Skip to content
#

encryption-demo

Here are 3 public repositories matching this topic...

Language: All
Filter by language

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.

  • Updated Apr 10, 2026
  • HTML

This demo showcases Hybrid Public Key Encryption (HPKE) by combining asymmetric and symmetric cryptography. It demonstrates secure key exchange using public/private keys and efficient data encryption with symmetric algorithms, highlighting confidentiality, integrity, and modern secure communication principles.

  • Updated Feb 14, 2026
  • C#

Improve this page

Add a description, image, and links to the encryption-demo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the encryption-demo topic, visit your repo's landing page and select "manage topics."

Learn more