Show HN: Air-gapped file encryption as self-decrypting HTML page
Summary
A tool that enables air-gapped file encryption by creating self-decrypting HTML pages, requiring no installation and using OpenPGP for security auditing.
Similar Articles
Show HN: Flashpaper – Self-destructing secret sharing with no database
Flashpaper is a self-destructing secret sharing service that encrypts data in the browser with zero-knowledge, stores payloads in RAM only (no database), and provides a REST API and MCP server for AI agents.
Show HN: Kage – Shadow any website to a single binary for offline viewing
Kage is a Go tool that clones websites into offline-accessible folders by rendering pages in headless Chrome, snapshotting the DOM, and stripping JavaScript. It outputs static HTML files that can be browsed without network.
Show HN: Exploiting Slack's video embeds to achieve E2EE communication
This article describes a proof-of-concept tool that exploits Slack's video embed feature to achieve end-to-end encrypted messaging within Slack, using browser crypto and openpgpjs.
Show HN: Pagecast – Publish Markdown/HTML Reports to Cloudflare Pages
Pagecast is a local-first tool for previewing and publishing Markdown/HTML reports to Cloudflare Pages, with features like password protection and agent integration.
@geekbb: Burn after reading. Send an encrypted text that self-destructs after one view — the server itself cannot see the content. A zero-knowledge encrypted Pastebin that uses the Web Crypto API for AES-256-GCM encryption in the frontend; only ciphertext is uploaded, the key stays in the URL's # fragment and is never sent to the server.
binthere is a zero-knowledge, end-to-end encrypted pastebin that self-destructs after one read. It uses AES-256-GCM encryption in the browser, stores only ciphertext on Cloudflare Workers, and includes a CLI client.