What is OneTimeSecret?
OneTimeSecret is an open-source secret sharing tool that lets you transmit passwords, API keys, and confidential data through encrypted links that self-destruct after one view. Unlike email or chat where messages persist indefinitely, OneTimeSecret ensures your sensitive information is deleted the moment the recipient reads it.
Built on a zero-knowledge architecture, the decryption key lives only in the URL fragment and never reaches the server. The project is fully open-source, so anyone can audit the code or self-host their own instance. These properties make OneTimeSecret a trusted alternative to Privnote, Password Pusher, and other secret sharing tools.
Core OneTimeSecret Features
- Self-destructing messages — auto-deleted after one view
- Zero-knowledge encryption — server never sees plaintext
- One-time viewing — link becomes invalid after first open
- Password protection — optional passphrase for extra security
- Expiration controls — set TTL from 1 hour to 30 days
- Open-source — auditable code, self-hosting supported