authelia crypto hash generate bcrypt

authelia crypto hash generate bcrypt

Generate cryptographic bcrypt hash digests

Synopsis

Generate cryptographic bcrypt hash digests.

This subcommand allows generating cryptographic bcrypt hash digests.

authelia crypto hash generate bcrypt [flags]

Examples

authelia crypto hash generate bcrypt --help

Options

  -i, --cost int         hashing cost (default 12)
  -h, --help             help for bcrypt
  -v, --variant string   variant, options are 'standard' and 'sha256' (default "standard")

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