Skip to content

Commit f42e140

Browse files
Update security-settings.md - add FIPS note (#11415) (#11427)
1 parent 40d901e commit f42e140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_install-and-configure/configuring-opensearch/security-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ If you change any of the following password hashing properties, you must rehash
125125

126126
- `plugins.security.password.hashing.algorithm`: (Static): Specifies the password hashing algorithm to use. The following values are supported:
127127
- `BCrypt` (Default)
128-
- `PBKDF2`
128+
- `PBKDF2` (Compliant with FIPS 140-2 and FIPS 140-3)
129129
- `Argon2`
130130

131131
- `plugins.security.password.hashing.bcrypt.rounds` (Static): Specifies the number of rounds to use for password hashing with `BCrypt`. Valid values are between `4` and `31`, inclusive. Default is `12`.

0 commit comments

Comments
 (0)