Skip to content

ivanoconnor/e2ee-demo

Repository files navigation

E2EE Demo

An interactive demonstration of end-to-end encryption using modern cryptographic primitives.

Features

  • Key Exchange: X25519 elliptic curve Diffie-Hellman
  • Digital Signatures: Ed25519 (EdDSA)
  • Symmetric Encryption: AES-128-GCM
  • Interactive Visualisation: Step-by-step walkthrough of the encryption process

Development

yarn install
yarn dev

Tech Stack

License

MIT