Zero-server encryption for AI agents and developers
Visit apisecure.app/encrypt
Type or paste your API key in the secure input field
A 24-character passphrase is auto-generated. Copy and save it.
Your key is encrypted in-browser using AES-256-GCM
Send the SECDROP-P:... blob + passphrase separately to the recipient
When someone sends you an encrypted API key via Discord:
Example Discord workflow:
~/.envAPI Secure performs all encryption in your browser using the Web Crypto API. This means:
Protects against:
Does NOT protect against:
AAD Binding: Ciphertext includes "api-key-secure-send-v1" as Additional Authenticated Data, preventing format confusion attacks.