aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps/passwd.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/apps/passwd.pod')
-rw-r--r--doc/apps/passwd.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/apps/passwd.pod b/doc/apps/passwd.pod
index 87dd8d868c..fa11f630cf 100644
--- a/doc/apps/passwd.pod
+++ b/doc/apps/passwd.pod
@@ -11,6 +11,8 @@ B<openssl passwd>
[B<-crypt>]
[B<-1>]
[B<-apr1>]
+[B<-5>]
+[B<-6>]
[B<-salt> I<string>]
[B<-in> I<file>]
[B<-stdin>]
@@ -48,6 +50,13 @@ Use the MD5 based BSD password algorithm B<1>.
Use the B<apr1> algorithm (Apache variant of the BSD algorithm).
+=item B<-5>
+
+=item B<-6>
+
+Use the B<SHA256> / B<SHA512> based algorithms defined by Ulrich Drepper.
+See L<https://www.akkadia.org/drepper/SHA-crypt.txt>.
+
=item B<-salt> I<string>
Use the specified salt.