SYNOPSIS
openssl passwd
[
DESCRIPTION
The openssl passwd 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
Options
-crypt -
uses the crypt algorithm (default).
-1 -
uses the MD5 based BSD password algorithm 1.
-apr1 -
uses the apr1 algorithm (Apache variant of the BSD algorithm).
-salt string-
uses the specified salt.
-in file-
reads passwords from file.
-stdin -
reads passwords from stdin.
-quiet -
does not output warnings when passwords given at the command line are truncated.
-table -
in the output list, prepends the cleartext password and a TAB character to each password hash.
EXAMPLES
openssl passwd -crypt -salt xx password
prints xxj31ZMTZzkVA.
openssl passwd -1 -salt xxxxxxxx password
prints $1$xxxxxxxx$8XJIcl6ZXqBMCK0qFevqT1.
openssl passwd -apr1 -salt xxxxxxxx password
prints $apr1$xxxxxxxx$dxHfLAsjHkDRmG83UXe8K0.
AVAILABILITY
MKS Toolkit for System Administrators
MKS Toolkit for Developers
MKS Toolkit for Interoperability
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
MKS AlertCentre