Skip to content

Commit f8f2951

Browse files
authored
LDEV-2682 update GeneratePBKDFKey algo list docs
1 parent 9ae12ac commit f8f2951

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

  • docs/03.reference/01.functions/generatepbkdfkey/_arguments

docs/03.reference/01.functions/generatepbkdfkey/_arguments/algorithm.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ Hashing algorithm used for generating key
33
Example Values:
44

55
- PBKDF2WithHmacSHA1
6-
- PBKDF2WithSHA1
7-
- PBKDF2WithSHA224
8-
- PBKDF2WithSHA256
9-
- PBKDF2WithSHA384
10-
- PBKDF2WithSHA512
6+
- PBKDF2WithHmacSHA384
7+
- PBKDF2WithHmacSHA512/256
8+
- PBKDF2WithHmacSHA256
9+
- PBKDF2WithHmacSHA512/224
10+
- PBKDF2WithHmacSHA224
11+
- PBKDF2WithHmacSHA512

0 commit comments

Comments
 (0)