Simple kotlin Implementation of AES 128
No. | Topic |
---|---|
1 | Convert hex to base64 |
2 | Fixed XOR |
3 | Single-byte XOR cipher |
4 | Detect single-character XOR |
5 | Implement repeating-key XOR |
6 | Break repeating-key XOR |
7 | AES in ECB mode |
8 | Detect AES in ECB mode |
No. | Topic |
---|---|
25 | Break "random access read/write" AES CTR |