Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright: rsiddharth -> siddharth | siddharth | 2021-11-20 | 1 | -1/+1 |
| | |||||
* | challenge/c16.go: use lib.RandomBytes to generate key | rsiddharth | 2021-02-27 | 1 | -3/+1 |
| | |||||
* | challenge/c16.go: refactor | rsiddharth | 2021-02-24 | 1 | -69/+58 |
| | | | | Keep everything inside C16 | ||||
* | 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 |