PrivacyNotes
Zero-knowledge notes, tasks, files, passwords and journal secured by a single 12-word recovery phrase, with no email or password required. The crypto core and database schema are published for audit. No subscription model.
Private alternatives to Pastebin, GitHub Gist, vetted against our public criteria.
Zero-knowledge notes, tasks, files, passwords and journal secured by a single 12-word recovery phrase, with no email or password required. The crypto core and database schema are published for audit. No subscription model.
A minimalist open-source pastebin where the server has zero knowledge of pasted data. Content is encrypted and decrypted entirely in the browser using 256-bit AES-GCM before anything touches the server, with the decryption key stored only in the URL fragment.
An end-to-end encrypted pastebin that encrypts content in the browser using XChaCha20-Poly1305 and Argon2id before upload. The decryption key stays in the URL fragment and never reaches the server, with no opt-out: every paste is always encrypted.
No matches for those filters.
A pastebin is the quickest way to share a snippet of code or a block of log output, and people post far more sensitive things into them than they realize. The mainstream ones can read everything you paste. The tools here encrypt the content in your browser first and keep the key out of the server’s reach, so the operator only ever stores an unreadable blob. Every option is open source and self-hostable for full control.
With a standard pastebin the operator can read and index anything you post, then hand it over on request, and what people paste is often more sensitive than they think: access keys and internal logs, the kind of thing that should never sit in plain text on someone else’s server. There is no setting that fixes this, because the service is built to store your text in readable form. Client-side encryption takes the operator out of the trust equation by encrypting the paste in your browser before upload, so a tool like PrivateBin holds only an unreadable blob and the key never reaches the server.
Every pastebin here is measured against our public listing criteria. For this narrow category the bar is high: end-to-end encryption performed in the browser with the key kept in the link, backed by open-source code so the encryption can be verified and the ability to self-host. We weigh jurisdiction as one factor rather than a hard gate, and we list only a pastebin we would paste our own logs into. All of the picks can run on infrastructure you control.
The one feature that matters is end-to-end encryption done in the browser, with the key held in the link’s fragment and never sent to the server. After that, look for open-source code you can self-host so the claim is auditable, plus hygiene features like expiring pastes and optional password protection for a second layer. A tool like paaster makes encryption the only mode rather than a toggle, which removes the chance of forgetting it. The shared point is that the operator only ever holds a blob it cannot read.
Use a zero-knowledge pastebin for anything you would not post publicly, then set a short expiry and share the full link through a private channel rather than a public one. For a team or a company, self-host an instance so the data stays on infrastructure you control. If a paste is really notes you want to keep rather than throw away, an encrypted notebook is the better home for it, and a tool like PrivacyNotes bridges the two with share-and-burn notes. For locking up whole files rather than text, secure file encryption is the next category over.