From b1e44eac755f7d0659ab44611fe0d4df0f09fa9e Mon Sep 17 00:00:00 2001 From: Ishan Date: Thu, 12 Mar 2026 10:29:04 +0530 Subject: [PATCH] Add CloakBin to Pastebin and Secret Sharing CloakBin is an open-source zero-knowledge encrypted pastebin with client-side AES-256-GCM encryption. The decryption key stays in the URL fragment (#key), never sent to the server. Disclosure: I am the developer of CloakBin. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e9a5764..5a6b0d6 100644 --- a/README.md +++ b/README.md @@ -1048,6 +1048,7 @@ GNU/Linux is a family of free (as in freedom and as in free beer) and open sourc These tools are useful when sharing secrets, code snippets or any other kind of text with others in a private way. - [crypt.fyi](https://crypt.fyi) - Ephemeral zero-knowledge sensitive data sharing platform with web, cli, and chrome-extension clients +- [CloakBin](https://cloakbin.com) - Open-source zero-knowledge encrypted pastebin with client-side AES-256-GCM encryption. Decryption key stays in URL fragment (#key), never sent to server. Supports syntax highlighting, burn-after-reading, custom expiry, and password protection. - [NoPaste](https://github.com/bokub/nopaste) - Open Source pastebin alternative that works with no database, and no back-end code. Instead, the data is compressed and stored entirely in the link that you share, nowhere else. - [PrivateBin](https://github.com/PrivateBin/PrivateBin) - A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES. - [Yopass](https://github.com/jhaals/yopass) - Secure sharing of secrets, passwords and files.