openssl-passwd
(1ssl)compute password hashes
Options
18-helpPrint out a usage message.
-1Use the MD5 based BSD password algorithm 1 (default).
-apr1Use the apr1 algorithm (Apache variant of the BSD algorithm).
-aixmd5Use the AIX MD5 algorithm (AIX variant of the BSD algorithm).
-5—
-6Use the SHA256 / SHA512 based algorithms defined by Ulrich Drepper. See <https://www.akkadia.org/drepper/SHA-crypt.txt>.
-saltstringUse the specified salt. When reading a password from the terminal, this implies -noverify.
-infileRead passwords from file.
-stdinRead passwords from stdin.
-noverifyDon't verify when reading a password from the terminal.
-quietDon't output warnings when passwords given at the command line are truncated.
-tableIn the output list, prepend the cleartext password and a TAB character to each password hash.
-reverseWhen the -table option is used, reverse the order of cleartext and hash.
-rand-writerandfilesSee "Random State Options" in openssl(1) for details.
-providername—
-provider-pathpath—
-provparam[name:]key=value—
-propquerypropqSee "Provider Options" in openssl(1), provider(7), and property(7).
DESCRIPTION
EXAMPLES
HISTORY
COPYRIGHT
Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at https://www.openssl.org/source/license.html.