.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