- Implementation of all standard block cipher modes of operation in Python.
- Task of the "Computing Advanced Topics - CyberSecurity Fundamentals" at UnB 2025.1
| Mode | Name |
|---|---|
| ECB | Electronic CodeBook |
| CBC | Cipher Block Chaining |
| CFB | Cipher Feedback |
| OFB | Output Feedback |
| CTR | Counter |
- Download de zip code and execute the main function
-
python3 main.py