From cc244b371deb21351ec60426c4fa41386bb43316 Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Mon, 31 Jul 2000 12:27:44 +0000 Subject: Update 'openssl passwd' documentation on selection of algorithms. --- doc/apps/passwd.pod | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'doc/apps') diff --git a/doc/apps/passwd.pod b/doc/apps/passwd.pod index cee6a2f172..6e098940c7 100644 --- a/doc/apps/passwd.pod +++ b/doc/apps/passwd.pod @@ -8,6 +8,7 @@ passwd - compute password hashes B [B<-crypt>] +[B<-1>] [B<-apr1>] [B<-salt> I] [B<-in> I] @@ -22,8 +23,8 @@ The B command computes the hash of a password typed at run-time or the hash of each password in a list. The password list is taken from the named file for option B<-in file>, from stdin for option B<-stdin>, and from the command line otherwise. -The Unix standard algorithm B and the MD5-based B algorithm -are available. +The Unix standard algorithm B and the MD5-based BSD password +algorithm B<1> and its Apache variant B are available. =head1 OPTIONS @@ -33,9 +34,13 @@ are available. Use the B algorithm (default). +=item B<-1> + +Use the MD5 based BSD password algorithm B<1>. + =item B<-apr1> -Use the B algorithm. +Use the B algorithm (Apache variant of the BSD algorithm). =item B<-salt> I @@ -64,6 +69,8 @@ to each password hash. B prints B. +B prints B<$1$xxxxxxxx$8XJIcl6ZXqBMCK0qFevqT1>. + B prints B<$apr1$xxxxxxxx$dxHfLAsjHkDRmG83UXe8K0>. =cut -- cgit v1.2.3