authelia crypto hash generate sha2crypt

authelia crypto hash generate sha2crypt

Generate cryptographic SHA2 Crypt hash digests

Synopsis

Generate cryptographic SHA2 Crypt hash digests.

This subcommand allows generating cryptographic SHA2 Crypt hash digests.

authelia crypto hash generate sha2crypt [flags]

Examples

authelia crypto hash generate sha2crypt --help

Options

  -h, --help             help for sha2crypt
  -i, --iterations int   number of iterations (default 50000)
  -s, --salt-size int    salt size in bytes (default 16)
  -v, --variant string   variant, options are sha256 and sha512 (default "sha512")

Options inherited from parent commands

  -c, --config strings             configuration files to load (default [configuration.yml])
      --no-confirm                 skip the password confirmation prompt
      --password string            manually supply the password rather than using the terminal prompt
      --random                     uses a randomly generated password
      --random.characters string   sets the explicit characters for the random string
      --random.charset string      sets the charset for the random password, options are 'ascii', 'alphanumeric', 'alphabetic', 'numeric', 'numeric-hex', and 'rfc3986' (default "alphanumeric")
      --random.length int          sets the character length for the random string (default 72)

SEE ALSO