logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

caddy-hash-password - Hashes a password and writes base64

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.

History

       10-May-2025 Auto generated by spf13/cobra

Auto generated by spf13/cobra                       May 2025                                            Caddy(8)

Name

       caddy-hash-password - Hashes a password and writes base64

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)

Synopsis

caddyhash-password[flags]

See Also