aboutsummaryrefslogtreecommitdiff
path: root/crypt.1
diff options
context:
space:
mode:
Diffstat (limited to 'crypt.1')
-rw-r--r--crypt.121
1 files changed, 21 insertions, 0 deletions
diff --git a/crypt.1 b/crypt.1
new file mode 100644
index 0000000..d3d65df
--- /dev/null
+++ b/crypt.1
@@ -0,0 +1,21 @@
+.TH CRYPT 1 "April 2015" "Manual page for crypt(1)"
+.SH NAME
+.B crypt
+\- shell wrapper around crypt(3)
+.SH USAGE
+\fBcrypt\fR [-h|--help]
+.br
+\fBcrypt\fR \fIKEY\fR \fISALT\fR
+.SH SYNOPSIS
+\fBcrypt\fR password '$1$'
+.br
+\fBcrypt\fR password '$6$rounds=1000$sodiumchloride'
+.SH DESCRIPTION
+\fBcrypt(1)\fR just prints the output of \fBcrypt(3)\fR given the two arguments
+on the shell script. Its only purpose is so the author can play with
+\fBcrypt(3)\fR and avoid \fBmkpasswd(1)\fR.
+.SH SEE ALSO
+crypt(3)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>
+