KEYCLOAK-4523 Add additional password hashing providers

This commit is contained in:
Stian Thorgersen 2017-05-22 11:17:20 +02:00
parent 1a6e4810e6
commit 4cf8cc15af

View file

@ -37,7 +37,7 @@ HashAlgorithm::
{% if book.product %}
Hashing Algorithm::
Passwords are not stored as clear text. Instead they are hashed using standard hashing algorithms before they are stored or validated.
The only currently supported algorithm is PBKDF2.
Supported values are pbkdf2, pbkdf2-sha256 and pbkdf2-sha512.
{% endif %}
Hashing Iterations::
This value specifies the number of times a password will be hashed before it is stored or verified. The default value is 20,000.