An interactive demonstration of end-to-end encryption using modern cryptographic primitives.
- 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
yarn install
yarn dev- SvelteKit
- TypeScript
- @noble/curves
- Tailwind CSS
MIT