KEYCLOAK-4523 Add additional password hashing providers
This commit is contained in:
parent
1a6e4810e6
commit
4cf8cc15af
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ HashAlgorithm::
|
||||||
{% if book.product %}
|
{% if book.product %}
|
||||||
Hashing Algorithm::
|
Hashing Algorithm::
|
||||||
Passwords are not stored as clear text. Instead they are hashed using standard hashing algorithms before they are stored or validated.
|
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 %}
|
{% endif %}
|
||||||
Hashing Iterations::
|
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.
|
This value specifies the number of times a password will be hashed before it is stored or verified. The default value is 20,000.
|
||||||
|
|
Loading…
Reference in a new issue