projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e5b4462
)
Change the example to show apr1 with an 8-character salt.
author
Bodo Möller
<bodo@openssl.org>
Fri, 18 Feb 2000 11:51:58 +0000
(11:51 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 18 Feb 2000 11:51:58 +0000
(11:51 +0000)
doc/apps/passwd.pod
patch
|
blob
|
history
diff --git
a/doc/apps/passwd.pod
b/doc/apps/passwd.pod
index 3d3f7576235b09f8d5a0b78591790b30a6c8aec8..cee6a2f172edcdfa71eddd3967ee495adef65d16 100644
(file)
--- a/
doc/apps/passwd.pod
+++ b/
doc/apps/passwd.pod
@@
-9,12
+9,12
@@
passwd - compute password hashes
B<openssl passwd>
[B<-crypt>]
[B<-apr1>]
B<openssl passwd>
[B<-crypt>]
[B<-apr1>]
-[B<-salt
string>]
-[B<-in
file>]
+[B<-salt
> I<
string>]
+[B<-in
> I<
file>]
[B<-stdin>]
[B<-quiet>]
[B<-table>]
[B<-stdin>]
[B<-quiet>]
[B<-table>]
-{
B
<password>}
+{
I
<password>}
=head1 DESCRIPTION
=head1 DESCRIPTION
@@
-37,13
+37,13
@@
Use the B<crypt> algorithm (default).
Use the B<apr1> algorithm.
Use the B<apr1> algorithm.
-=item B<-salt
string>
+=item B<-salt
> I<
string>
Use the specified salt.
Use the specified salt.
-=item B<-in
file>
+=item B<-in
> I<
file>
-Read passwords from
B
<file>.
+Read passwords from
I
<file>.
=item B<-stdin>
=item B<-stdin>
@@
-60,10
+60,10
@@
to each password hash.
=back
=back
-=head1 EXAMPLE
+=head1 EXAMPLE
S
B<openssl passwd -crypt -salt xx password> prints B<xxj31ZMTZzkVA>.
B<openssl passwd -crypt -salt xx password> prints B<xxj31ZMTZzkVA>.
-B<openssl passwd -apr1 -salt xx
password> prints B<$apr1$xx$2eRrCdRwKOfJOth0w31wR.
>.
+B<openssl passwd -apr1 -salt xx
xxxxxx password> prints B<$apr1$xxxxxxxx$dxHfLAsjHkDRmG83UXe8K0
>.
=cut
=cut