caddy-hash-password - Man Page
Hashes a password and writes base64
Synopsis
caddy hash-password [--plaintext ] [--algorithm ] [flags]
Description
Convenient way to hash a plaintext password. The resulting hash is written to stdout as a base64 string.
--plaintext, when omitted, will be read from stdin. If Caddy is attached to a controlling tty, the plaintext will not be echoed.
--algorithm currently only supports 'bcrypt', and is the default.
Options
-a, --algorithm="bcrypt" Name of the hash algorithm
-h, --help[=false] help for hash-password
-p, --plaintext="" The plaintext password
See Also
History
5-Jul-2024 Auto generated by spf13/cobra
Referenced By
Jul 2024 Auto generated by spf13/cobra