aboutsummaryrefslogblamecommitdiff
path: root/crypt.1
blob: 452b44fd449bc852133df7fc1e0c479b12f8469d (plain) (tree)



















                                                                               
.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>