this post was submitted on 08 Jul 2023
17 points (100.0% liked)

Free and Open Source Software

17926 readers
23 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

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.

Source code

Site

top 3 comments
sorted by: hot top controversial new old
[–] darvit@lemmy.darvit.nl 2 points 1 year ago (1 children)

This looks similar to https://privatebin.info/ which I've seen being used for years.

I wonder how this project compares.

[–] Ward@lemmy.nz 5 points 1 year ago

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.

[–] leetnewb@beehaw.org 2 points 1 year ago

Looks very nice. Lots of self-hostable paste share software, but very little with e2ee.