Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: update Pkcs7PaddingUndo, AESDecryptCBC | rsiddharth | 2021-02-11 | 1 | -1/+1 |
| | | | | | Add error as the second return value to Pkcs7PaddingUndo and AESDecryptCBC. | ||||
* | challenge: update ch16 | rsiddharth | 2021-02-01 | 1 | -32/+16 |
| | | | | | | | - Don't use AESDecryptCBC directly for the bitflap attack. - Use just function 1 (cbcBitFlipEncrypt) and 2 (cbcBitFlipDecryptHasAdmin) to modify the cipher to produce the needed ';admin=true;' in the de-ciphered text. | ||||
* | challenge: do challenge 16 | rsiddharth | 2021-01-30 | 1 | -0/+120 |