Most messages leave a trail. Emails sit in inboxes indefinitely. Slack messages are searchable for years. Even "deleted" texts often persist in backups. Self-destructing notes are a different approach โ share a piece of information once, and then it's gone.
Here's how they work, why they matter, and when you should use one.
A self-destructing note is an encrypted message that automatically deletes itself after a set condition is met โ either after a certain amount of time has passed, or after it has been read a set number of times. Once that condition is triggered, the note is permanently and irreversibly deleted. There's no recovering it from a trash folder, no backup, no archive.
The concept has been around in spy thrillers for decades โ think Mission Impossible's "this message will self-destruct in five seconds." The modern version is far less dramatic but considerably more practical.
The implementation varies by service, but a well-built self-destructing note system works like this:
The critical detail is where the decryption key lives. In Burn Note, the key is stored in the URL fragment (the part after the #). URL fragments are never sent to the server โ they exist only in the browser. This means even Burn Note cannot read your note.
Most self-destructing note services offer one or both expiry modes:
Time-based expiry deletes the note after a set duration โ 1 hour, 24 hours, 7 days, or 30 days โ regardless of whether it was read. This is useful when you want to ensure information doesn't linger beyond a certain window, even if the recipient never opens it.
View-based expiry deletes the note after it has been read a specific number of times. A single-view note is the most private option โ once your recipient reads it, the link is dead for everyone including you. Multi-view notes (3, 5, or 10 reads) are useful for sharing with small groups.
Self-destructing notes aren't for every situation โ they're a specific tool for specific needs. Here are the most common use cases:
It's worth being honest about the limits. A self-destructing note prevents the information from persisting on a server after it's been read. But it doesn't prevent:
Self-destructing notes are a strong tool for reducing information persistence and limiting exposure. They're not a guarantee against a determined recipient who wants to save the information.
It depends entirely on the implementation. A service that encrypts notes client-side (in your browser), stores only the encrypted version, and never has access to the decryption key provides strong privacy guarantees. A service that stores notes in plaintext and just deletes them after reading provides much weaker guarantees.
The questions to ask any self-destructing note service: Is encryption client-side or server-side? Does the service have access to the decryption key? What metadata is logged?
Client-side AES-256 encryption. Expires by time or views. No account needed.
Write a secure note โ