
PrivateBin
Zero-knowledge encrypted pastebin with browser-side AES encryption
8.6k stars 1k forks last commit first released
Actively maintained
Last commit 20 Aug 2026.

PrivateBin is a minimalist online pastebin designed so the server has zero knowledge of the pasted content. Pastes are encrypted and decrypted in the browser, and only the encrypted payload is stored server-side.
Key Features
- Client-side encryption and decryption using 256-bit AES-GCM
- Optional password protection for an additional layer beyond the URL key
- Expiration controls, including “burn after reading” and “forever”
- Optional discussions/comments with nicknames and identicons/vizhashes
- Markdown rendering with preview and optional syntax highlighting for code
- Optional file uploads with image/media/PDF preview (configurable, often disabled by default)
- Customizable templates/themes and built-in translation support
- QR code generation for paste URLs
Use Cases
- Securely sharing snippets, notes, or code where the server should not read the content
- One-time or time-limited sharing of sensitive troubleshooting details
- Hosting an internal paste service for teams with optional discussion threads
Limitations and Considerations
- Users must trust the instance operator not to serve modified client code; HTTPS is required for safe use
- The encryption key is part of the URL, so sharing the URL publicly reveals the paste unless a password is used
- Access logs may still reveal metadata such as who accessed a paste
PrivateBin is well-suited for privacy-focused paste sharing, offering strong client-side cryptography with practical features like expiration, passwords, and optional discussions. It provides a simple, self-contained way to run a paste service while minimizing server-side exposure to plaintext data.
Categories:
Tags:
Tech Stack:
Similar to PrivateBin

Standard Notes
End-to-end encrypted notes and file storage with cross-device sync
Standard Notes is an end-to-end encrypted notes app with secure file storage, offline access, and cross-platform sync, with optional self-hosting of the sync server.
PictShare
Self-hosted media and paste hosting with a simple upload API
Self-hosted image, GIF, MP4, and text paste hosting with a simple API, on-the-fly resizing, and URL-based transformations. File-based storage; no database required.

MicroBin
Secure pastebin for text and file sharing with URL shortening
MicroBin is a lightweight, secure pastebin for sharing text, files, and short URLs with optional encryption, expiration controls, and raw file serving.

Paaster
End-to-end encrypted pastebin with history and expiring pastes
Self-hostable pastebin focused on privacy, with browser-side end-to-end encryption, paste history, expiring pastes, and file drag-and-drop.

Local Content Share
Local web app for sharing snippets, files, links, and a Markdown notepad
Self-hosted Go web app to share and store text snippets, files, links and a Markdown notepad over a local network with PWA support and configurable expirations.
OrigamiVault
Encrypt and split secrets for printable offline paper recovery
Client-side web app to encrypt or split secrets into QR codes and OCR-friendly printouts for offline recovery using AES and Shamir Secret Sharing.




