Cryptography Interactive Visualization enables in-depth understanding the internals of crypto behind math. The first release is for AES-128-ECB.
Features
- Intuitive: code/data sync with step into/step over/step back
- Interactive: visualized step execution, e.g., key schedule, shift rows, mix columns , for AES.
- Correctness: verified internals states and outputs with mbedtls
Next
- fix possible bugs in different screen sizes
- support more AES modes(mostly GCM)
- add ECC, ECDH