Add CloakBin to Pastebins page#3210
Conversation
There was a problem hiding this comment.
Pull request overview
Adds CloakBin to the Pastebins recommendations page to expand the list of pastebin services meeting the page’s privacy/security criteria (client-side encryption + password protection).
Changes:
- Adds a new “CloakBin” recommendation card with a short feature/security description.
- Includes homepage and source code links for CloakBin.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
|
|
||
|
|
There was a problem hiding this comment.
There are multiple consecutive blank lines before the "## Criteria" heading. Please remove the extra blank lines to keep spacing consistent with the rest of the page and reduce diff noise.
CloakBin is an open-source, zero-knowledge encrypted pastebin. AES-256-GCM encryption happens client-side; the decryption key stays in the URL fragment. Disclosure: I am the developer of CloakBin.
lissy93
left a comment
There was a problem hiding this comment.
I got the same PR, so did a code review for CloakBin, and can share my feedback here, in case it is helpful during your review:
lissy93/awesome-privacy#420 (comment)
TL;DR - cool project, but very young. Has some security issues which need to be addressed, as well as some minor privacy issues.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: fria <138676274+friadev@users.noreply.github.com>
✅ Your preview is ready!
Please note that this preview was built from an untrusted source, so it was not granted access to all mkdocs-material features. Maintainers should ensure this PR has been reviewed locally with a full build before merging. |
ph00lt0
left a comment
There was a problem hiding this comment.
We dont accept additions via PRs. They need to be approved on our forum first.
|
COI policy also applies. Closing |
List of changes proposed in this PR:
CloakBin is an open-source, zero-knowledge encrypted pastebin that meets all minimum requirements:
#key), which browsers never send to servers.Additional features: burn-after-reading, custom expiry (1 hour to permanent), syntax highlighting for 40+ languages, no account required.
Conflict of interest disclosure: I am the developer of CloakBin.