authelia crypto hash validate

authelia crypto hash validate

Perform cryptographic hash validations

Synopsis

Perform cryptographic hash validations.

This subcommand allows preforming cryptographic hash validations. i.e. checking hash digests against a password.

authelia crypto hash validate [flags] -- <digest>

Examples

authelia crypto hash validate --help
authelia crypto hash validate '$5$rounds=500000$WFjMpdCQxIkbNl0k$M0qZaZoK8Gwdh8Cw5diHgGfe5pE0iJvxcVG3.CVnQe.' -- 'p@ssw0rd'

Options

  -h, --help              help for validate
      --password string   manually supply the password rather than using the terminal prompt

SEE ALSO