Flashpaper is a newly launched open-source tool designed for sharing self-destructing secrets. The application aims to provide a mechanism for information to be "burned" after being read, similar to a dead man's switch concept. It offers features like a countdown timer for destruction or a 24-hour maximum expiry if unopened.
For web-based usage, Flashpaper implements encryption directly in the browser. The encryption key is kept in the URL fragment (after the # symbol), ensuring that the server never receives the key. This design provides a zero-knowledge architecture for web users, enhancing privacy by preventing the server from accessing the plaintext.
A core feature of Flashpaper is its lack of a persistent database. All information is stored exclusively in RAM, which contributes to its lightweight design and ensures that data is not retained long-term on the server. This approach aligns with the self-destructing nature of the secrets shared through the platform.
Flashpaper also includes a REST API and an MCP server to facilitate secret link creation for AI agents. This allows agents to generate "dead-drop" style links that can be claimed only once, with subsequent attempts resulting in a 404 error. However, the server temporarily processes plaintext during the encryption process for the API flow, meaning this specific use case is not zero-knowledge.
The project is open source under the MIT license. It also includes an "honorware" policy for enterprise use, particularly for self-hosted Docker deployments. The developer has invited feedback from the community, especially regarding the security implications of the AI agent API.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Flashpaper, a new open-source tool, offers self-destructing secret sharing without using a database, storing data in RAM only. It provides browser-based zero-knowledge encryption and an API for AI agents, though the API flow is not zero-knowledge. This tool provides a new option for ephemeral information exchange, particularly for users prioritizing data deletion and minimal server-side data retention.