Man page - caddy-hash-password(8)
Packages contas this manual
- caddy-list-modules(8)
- caddy-validate(8)
- caddy-reverse-proxy(8)
- caddy-fmt(8)
- caddy-start(8)
- caddy(8)
- caddy-completion(8)
- caddy-version(8)
- caddy-stop(8)
- caddy-trust(8)
- caddy-manpage(8)
- caddy-reload(8)
- caddy-adapt(8)
- caddy-respond(8)
- caddy-untrust(8)
- caddy-build-info(8)
- caddy-file-server(8)
- caddy-hash-password(8)
- caddy-environ(8)
- caddy-run(8)
apt-get install caddy
Manual
| Caddy(8) | Caddy(8) |
NAME
caddy-hash-password - Hashes a password and writes base64
SYNOPSIS
caddy hash-password [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 may be bcrypt or scrypt. If scrypt, the default parameters are used.
Use the --salt flag for algorithms which require a salt to be provided (scrypt).
Note that scrypt is deprecated. Please use 'bcrypt' instead.
OPTIONS
--algorithm="bcrypt" Name of the hash algorithm
-h, --help[=false] help for hash-password
--plaintext="" The plaintext password
--salt="" The password salt
SEE ALSO
caddy(8)
HISTORY
12-Jul-2025 Auto generated by spf13/cobra
| Jul 2025 | Auto generated by spf13/cobra |