
PrivateBin
Zero-knowledge pastebin with end-to-end encryption

PrivateBin is a minimalist pastebin designed for privacy: paste content is encrypted and decrypted in the browser so the server cannot read it (“zero knowledge”). It supports sharing sensitive text (and optional attachments) via a link, with controls for expiration and one-time reading.
Key Features
- Client-side end-to-end encryption (server stores only ciphertext)
- Optional password protection (in addition to E2EE)
- Expiration settings for pastes (time-based)
- “Burn after reading” / one-time view option
- Discussion mode with threaded comments on a paste
- Syntax highlighting for many languages
- File attachments (stored encrypted alongside the paste)
- Optional formatter support (e.g., Markdown) and configurable templates/themes
- No user accounts required; designed for simple, anonymous sharing
Use Cases
- Share secrets or configuration snippets with a team using expiring links
- Send one-time incident notes or credentials via “burn after reading”
- Publish encrypted snippets for support/debugging without exposing plaintext on the server
Limitations and Considerations
- If the decryption key embedded in the URL is leaked (e.g., via referrer logs or chat previews), confidentiality is lost; deployments should consider referrer policy and HTTPS.
PrivateBin is well-suited for organizations and individuals who want a lightweight, auditable paste service where the host cannot access paste contents. Its focus on client-side encryption and practical sharing controls makes it a common replacement for hosted paste and “secure note” services.
Categories:
Tags:
Tech Stack:
Similar Services

CyberChef
The Cyber Swiss Army Knife for data analysis and decoding
Browser-based tool for decoding, encoding, encryption, and data analysis using a drag-and-drop “recipe” workflow for security, DFIR, and engineering tasks.

Etherpad
Real-time collaborative text editor with plugin ecosystem
Etherpad is a real-time collaborative editor for notes and documents, featuring live multi-user editing, version history, and an extensible plugin system.


Asciinema
Record and share terminal sessions as lightweight asciicasts
CLI tool and web app to record, replay, and share terminal sessions in a compact, text-based format with copyable output and embeddable players.


OmniTools
Self-hosted web toolbox for everyday developer and data tasks
A self-hosted, browser-based collection of utilities for encoding/decoding, text and data conversion, and other common developer-friendly tools in one place.

HedgeDoc
Real-time collaborative Markdown notes with publishing options
Self-hosted, real-time collaborative Markdown editor for teams, with note sharing, history, and flexible publishing via links and permissions.

Opengist
Self-hosted Git-powered gist and pastebin
Opengist is a self-hosted, Git-backed alternative to GitHub Gist for sharing code snippets and text pastes with syntax highlighting, Markdown support, and user management.
PHP
JavaScript