← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

Flashpaper Launches Self-Destructing Secret Sharing Tool with No Database

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Flashpaper is an open-source, self-destructing secret sharing tool.
  • It operates without a database, storing data only in RAM.
  • Browser-based encryption is zero-knowledge; server never sees the key.
  • An API for AI agents is available, but it is not zero-knowledge.

Introduction to Flashpaper

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.

Zero-Knowledge for Web Use

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.

RAM-Only Operation

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.

API for AI Agents

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.

Open Source and Licensing

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 →

The daily brief

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.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Aug 15

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Primary sources

GitHub mmmpym/flashpaper

Reporting from

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.