From bb325c7d6a724f66615965478d670456e1c922d2 Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Thu, 10 Feb 2000 21:50:52 +0000 Subject: 'passwd' tool. --- doc/apps/passwd.pod | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 doc/apps/passwd.pod (limited to 'doc') diff --git a/doc/apps/passwd.pod b/doc/apps/passwd.pod new file mode 100644 index 0000000000..0df9252981 --- /dev/null +++ b/doc/apps/passwd.pod @@ -0,0 +1,50 @@ +=pod + +=head1 NAME + +passwd - compute password hashes + +=head1 SYNOPSIS + +B +[B<-crypt>] +[B<-salt string>] +[B<-quiet>] +[B<-table>] +{B} + +=head1 DESCRIPTION + +The B command computes the hashes of a list of passwords +passed on the command line, or the hash of a password typed at run-time. +Currently only the Unix standard algorithm B +is implemented. + +=head1 OPTIONS + +=over 4 + +=item B<-crypt> + +Use the B algorithm (default). + +=item B<-salt string> + +Use the specified salt. + +=item B<-quiet> + +Don't output warnings when passwords are truncated. + +=item B<-table> + +In the output list, prepend the cleartext password and a TAB character +to each password hash. + +=back + +=head1 EXAMPLE + +B prints B. + +=cut -- cgit v1.2.3