Secrets that vanish into The Void
Private, secure, self-destructing transmissions.
ENCRYPTING
Applying AES-256-GCM encryption...
ZERO-KNOWLEDGE ARCHITECTURE
CLIENT_ENCRYPT // SERVER_ENCRYPT // PRIVACY_INTACT
1. BROWSER_ENCRYPT
Your secret is encrypted in your browser using AES-256-GCM. The decryption key stays in the URL fragment (#) and never reaches our servers.
2. SERVER_ENCRYPT
We encrypt your already-encrypted secret again with our own server key. Two layers protect against different attack vectors.
3. AUTO_DESTRUCT
Secrets self-destruct after reading or when the timer expires. Once gone, they're gone forever - even we can't recover them.
ZERO-KNOWLEDGE PRIVACY
Not even we can read your secrets. Your secret is encrypted in your browser before reaching us. We then encrypt it again with our own server key. We mathematically cannot decrypt what you share - we only ever see encrypted data.
If our servers were breached, the attacker would find only encrypted data without the keys to decrypt it. This zero-knowledge architecture ensures your secrets remain private, even from us.
Pricing Plans
CHOOSE_YOUR_TIER
Zero knowledge security for everyone. Upgrade for extended expiry and advanced features.
FREE
- check_circle Unlimited secrets
- check_circle 1 day & 3 day expiry
- check_circle Password protection
- check_circle Burn after reading
- check_circle Zero knowledge encryption
PRO
- check_circle Everything in Free
- check_circle 7 day expiry option
- check_circle Read receipt emails
- check_circle GitHub Action for CI/CD (coming soon)