Spotted a bug? Let us know on our GitHub page.
Create IssueSee Existing Issuessecurebin is a Google Chrome extension that allows you to securely interface with Pastebin. It encrypts plaintext for safe storage and sharing online.
securebin lets you encrypt text and store it on Pastebin. You get a link and a key for sharing, which the recipient uses for decryption.
Nothing — securebin works out of the box. You can optionally add your own Pastebin API key in the settings to post pastes under your account.
Sure — securebin works as a regular Pastebin client. Encryption is optional; just leave secure mode off.
securebin uses the browser's native Web Crypto API and supports AES encryption in GCM (recommended) and CTR modes. Ciphertexts from older versions that used CBC can still be decrypted.
Supported key lengths are 128, 192, 256 bits.
No, it doesn't protect against physical access to your computer. Data in the extension’s history or settings is stored unencrypted.
The cipher text, encryption mode, IV, tag (with GCM mode), salt, and key length (with password encryption) are public.
The encryption key is private.
Opinions vary, but securebin encrypts data locally using the browser's built-in Web Crypto API, so plaintext never leaves your machine.
Check out our Wiki page to learn about our project, design decisions, and security details.
Learn more in the WikiThere are many ways to support the development of securebin, including donations, contributing code, and sharing ideas on making the app better.
Learn MoreTo contact the website admin, please email admin@securebin.org.