Paaster is a secure and user-friendly pastebin application that prioritizes privacy and simplicity. With end-to-end encryption and paste history, Paaster ensures that your pasted code remains confidential and accessible.
Features
- End-to-end encryption.
- Memory efficient.
- File drag & drop.
- Shortcuts.
- Paste history (with support for unix-like search).
- Delete after view or X amount of time.
- API documentation.
- CLI Tool.
- Access code protection (Require a passphrase to view paste.)
- Rate limiting.
- Share via QR code.
- PWA support.
- i18n support.
- Automatic or manual language detection.
- No dynamically loaded 3rd party dependencies, meaning malicious code must be present at build time.
- Use of
package-lock.json
,poetry.lock
& Socket.dev to fight against supply chain attacks & vulnerabilities. - Vercel support.
You must log in or register to comment.
This looks similar to https://privatebin.info/ which I’ve seen being used for years.
I wonder how this project compares.
Yea fundamentally the same idea. Paaster does use more modern encryption algorithms and libraries. Privatebin also stores more metadata about pastes readable by the host.
Looks very nice. Lots of self-hostable paste share software, but very little with e2ee.