OLD | NEW |
| (Empty) |
1 Decrypting truncated AES-CBC ciphertext should fail | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 | |
6 PASS: Decryption succeeded | |
7 error is: OperationError: | |
8 PASS: decrypting failed. ciphertext length: 0 | |
9 error is: OperationError: | |
10 PASS: decrypting failed. ciphertext length: 79 | |
11 error is: OperationError: | |
12 PASS: decrypting failed. ciphertext length: 64 | |
13 error is: OperationError: | |
14 PASS: decrypting failed. ciphertext length: 1 | |
15 error is: OperationError: | |
16 PASS: decrypting failed. ciphertext length: 15 | |
17 error is: OperationError: | |
18 PASS: decrypting failed. ciphertext length: 16 | |
19 error is: OperationError: | |
20 PASS: decrypting failed. ciphertext length: 17 | |
21 PASS successfullyParsed is true | |
22 | |
23 TEST COMPLETE | |
24 | |
OLD | NEW |