OLD | NEW |
1 Tests deriveBits() with various bad parameters for PBKDF2 | 1 Tests deriveBits() with various bad parameters for PBKDF2 |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 Importing the password... | 6 Importing the password... |
7 | 7 |
8 Deriving 100 bits... | 8 Deriving 100 bits... |
9 error is: OperationError: Length for PBKDF2 key derivation must be a multiple of
8 bits. | 9 error is: OperationError: Length for PBKDF2 key derivation must be a multiple of
8 bits. |
10 | 10 |
11 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
12 | 12 |
13 TEST COMPLETE | 13 TEST COMPLETE |
14 | 14 |
OLD | NEW |