Loading search index…
No recent searches
No results for "Query here"
Generate cryptographic PBKDF2 hash digests
Generate cryptographic PBKDF2 hash digests.
This subcommand allows generating cryptographic PBKDF2 hash digests.
authelia crypto hash generate pbkdf2 [flags]
authelia crypto hash generate pbkdf2 --help
-h, --help help for pbkdf2 -i, --iterations int number of iterations (default 310000) -s, --salt-size int salt size in bytes (default 16) -v, --variant string variant, options are 'sha1', 'sha224', 'sha256', 'sha384', and 'sha512' (default "sha512")
-c, --config strings configuration files or directories to load, for more information run 'authelia -h authelia config' (default [configuration.yml]) --config.experimental.filters strings list of filters to apply to all configuration files, for more information run 'authelia -h authelia filters' --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)