SUTD 2021 50.042 Foundations of Cybersecurity Code Dump
-
Updated
May 21, 2024 - HTML
SUTD 2021 50.042 Foundations of Cybersecurity Code Dump
Interactive AES encryption demo: encrypt Linux Tux with ECB vs GCM, decrypt with wrong keys, flip ciphertext bits, visualize duplicate blocks. Learn why ECB is broken, how padding oracle attacks killed CBC, and why TLS 1.3 mandates GCM. Free educational tool — zero dependencies, pure WebCrypto.
Learn how the same secret key encrypts and decrypts data — the foundation of modern cryptography
Add a description, image, and links to the block-cipher topic page so that developers can more easily learn about it.
To associate your repository with the block-cipher topic, visit your repo's landing page and select "manage topics."