Absolute Privacy
Unencrypted plaintext never leaves your device. We fundamentally cannot read, scan, or monetize your private data.
ZeroKey is a zero-knowledge payload delivery system. Send encrypted text and files that self-destruct upon reading. We don't hold your keys, and we can't read your data.
Unencrypted plaintext never leaves your device. We fundamentally cannot read, scan, or monetize your private data.
Data is completely eradicated from our PostgreSQL database the millisecond it is decrypted by the recipient.
Integrates with WebAuthn to require physical human presence (TouchID/FaceID), blocking chat-bots from prematurely burning links.
Restrict payload decryption to a specific 50-meter GPS radius. If they aren't at the location, the data self-destructs.
Read our transparent technical breakdown to understand exactly how the cryptographic engine works.
Visualizing the flow of data from your device, across the network, and to the recipient. Your decryption key never touches our servers.
Data encrypted locally via AES-GCM.
Ciphertext stored. Mathematically blind to contents.
Decrypted locally. Database record burned.
We extracted the cryptographic primitives powering ZeroKey and open-sourced them into free, client-side tools for developers.
Decode JSON Web Tokens entirely offline without sending session data to external servers.
Generate 2048/4096-bit public and private key pairs instantly using your browser's entropy.
Test AES-256-GCM authenticated encryption and decryption logic directly in your browser.
Calculate Hash-based Message Authentication Codes to securely verify webhooks and APIs.
Dive deep into client-side cryptography, browser security, and how we built a truly zero-knowledge payload delivery system.
How we use the URL hash to securely pass decryption keys without the server ever seeing them.
Military-grade AES encryption is useless if an attacker can run JavaScript on your page.
Offload heavy Web Crypto API operations to background threads using Web Workers.