Merge pull request #139 from stianst/master

KEYCLOAK-4523 Add additional password hashing providers
This commit is contained in:
Stian Thorgersen 2017-05-22 11:18:13 +02:00 committed by GitHub
commit bedd20f1cc

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.