
Paaster
End-to-end encrypted pastebin with history and expiring pastes

Paaster is a privacy-focused pastebin designed for sharing code and text securely. Pasts are encrypted in the browser using a secret that is never sent to the server, keeping the server unable to read content while still enabling sharing via links.
Key Features
- Browser-side end-to-end encryption for paste content
- Paste history stored client-side (IndexedDB) for quick access to previous pastes
- Expiration options, including delete-after-view and time-based deletion
- File drag-and-drop uploads alongside text pastes
- Share options such as QR codes and keyboard shortcuts
- Theme support, i18n, and automatic/manual language detection
- Designed to avoid dynamically loaded third-party dependencies to reduce supply-chain risk
Use Cases
- Share sensitive code snippets or logs with collaborators without exposing plaintext to the server
- Provide temporary one-time secrets or snippets using delete-after-view
- Host an internal paste service for teams that want simple, privacy-centric sharing
Limitations and Considerations
- Stored client secrets (for history and managing pastes) rely on browser storage, and trust depends on the integrity of the built frontend
- Requires object storage compatible with the S3 API for paste storage
Paaster is a strong fit for users who want a straightforward pastebin with encryption always enabled and a small, usability-oriented feature set. It pairs well with typical reverse-proxy setups and common S3-compatible storage providers for flexible deployments.
Categories:
Tags:
Tech Stack:
Similar Services

asciinema
Command-line terminal session recorder and web player
Open-source CLI for recording, replaying and live-streaming terminal sessions using lightweight asciicast files and an embeddable web player.

PrivateBin
Zero-knowledge encrypted pastebin with browser-side AES encryption
PrivateBin is a minimalist zero-knowledge pastebin that encrypts and decrypts pastes in the browser, with optional passwords, expiration, discussions, and file uploads.
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.

Opengist
Self-hosted Git-backed pastebin and Gist-compatible code snippet manager
Self-hosted pastebin powered by Git. Create, share and manage public, unlisted or private code snippets with syntax highlighting, Git push/pull, OAuth logins and Docker/H...

Onetime Secret
Self-destructing service for sharing single-use encrypted secrets
Open-source web and API service to create encrypted, single-view links for sharing secrets with configurable expiry and optional passphrase protection.


ByteStash
Self-hosted web app for storing and organizing code snippets
ByteStash is a self-hosted snippet manager for creating, editing, and filtering code snippets with secure storage in SQLite and an optional API with Swagger UI.
MinIO (S3-compatible)
Docker
TypeScript
Svelte
Node.js