There was an error while loading. Please reload this page.
1 parent 9ae12ac commit f8f2951Copy full SHA for f8f2951
1 file changed
docs/03.reference/01.functions/generatepbkdfkey/_arguments/algorithm.md
@@ -3,8 +3,9 @@ Hashing algorithm used for generating key
3
Example Values:
4
5
- PBKDF2WithHmacSHA1
6
-- PBKDF2WithSHA1
7
-- PBKDF2WithSHA224
8
-- PBKDF2WithSHA256
9
-- PBKDF2WithSHA384
10
-- PBKDF2WithSHA512
+- PBKDF2WithHmacSHA384
+- PBKDF2WithHmacSHA512/256
+- PBKDF2WithHmacSHA256
+- PBKDF2WithHmacSHA512/224
+- PBKDF2WithHmacSHA224
11
+- PBKDF2WithHmacSHA512
0 commit comments