See Zero-Knowledge Encryption in Action

This demo uses real cryptography - the same RSA-2048 + AES-256 encryption used in production. Generate keys, encrypt data, and prove we can't read it.

1

Generate Your Keypair

Create an RSA-2048 keypair. The public key encrypts data; only the private key can decrypt it.

2

Enter Sensitive Data

Type anything - PII, secrets, passwords. This data will be encrypted in your browser.

Don't worry - this never leaves your browser unencrypted
3

Encrypt & Send

Watch the encryption happen. This is exactly what gets sent to our servers.

4

Decrypt & Verify

Use your private key to decrypt. This proves only you can read the data.

Performance Benchmarks

Real-world performance measured in your browser

Key Generation

Run demo to measure

Time to generate RSA-2048 keypair

Encryption Overhead

Run demo to measure

Additional time for hybrid encryption

Decryption Time

Run demo to measure

Time to decrypt with private key

Payload Overhead

Run demo to measure

Size increase from encryption

Benchmarks run in your browser using Web Crypto API. Performance varies by device.