OLD | NEW |
---|---|
(Empty) | |
1 Tests importing empty password for PBKDF2 | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
4 | |
5 | |
6 PASS key.type is "secret" | |
7 PASS typeof key.extractable is 'boolean' | |
8 PASS key.extractable is false | |
9 PASS key.algorithm.name is "PBKDF2" | |
10 PASS key.usages.join(',') is "deriveKey,deriveBits" | |
11 error is: OperationError: The password for PBKDF2 must not be empty. | |
12 PASS successfullyParsed is true | |
13 | |
14 TEST COMPLETE | |
15 | |
OLD | NEW |