Category: Pastebins & Secure Sharing
rustypaste
rustypaste is a minimal, blazingly fast file upload and pastebin service written in Rust. It focuses on simplicity and speed: upload a file or paste text, get a short random URL, and share it. The single static binary and straightforward configuration make it one of the easiest self-hosted pastebin services to run. Key Features Blazingly […]
MicroBin
MicroBin is a secure, configurable file-sharing, pastebin, and URL-shortening web app written in Rust. It gives you a single self-hosted service for sharing text snippets, files, and short links — with optional read-once behaviour, password protection, and automatic expiration. Everything compiles into one small static binary. Key Features All-in-one sharing — Pastebin, file upload, and […]
Haste Server
Haste Server is a simple and elegant self-hosted pastebin written in Node.js. Paste a snippet, get a short URL instantly, and share it with syntax highlighting already applied. The project became famous as the engine behind hastebin.com and remains one of the most popular lightweight pastebin servers for self-hosting. Key Features Instant sharing — Type […]
0bin
0bin is a client-side encrypted pastebin written in Python with the Django web framework. It was the first popular pastebin to encrypt pastes entirely in the browser, so the server stores only ciphertext and even the server operator cannot read the content. It is easy to host, requires no database, and is privacy-first by default. […]
PrivateBin
PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. All pastes are encrypted and decrypted in the browser using 256-bit AES, so the hosting server never sees the plaintext content. It is a modern fork of the classic ZeroBin project, designed to run in any PHP environment […]