// linkrypt.sh
End-to-end encrypted sharing. By the link.
Encrypted in your browser. Burn after read.
// how it works
- paste or drop a secret
- your browser encrypts it before upload
- we store ciphertext only — the key stays in the URL fragment
- recipient opens once → ciphertext is burned
// under the hood
- AES-256-GCM in-browser encryption
- Argon2id · OWASP optional passphrase
- Cloudflare EU R2 storage (EU region)
- burn-after-read destroyed on open