From 1eff10cac33dd5f96dd0f2ff20b4bcb98f759288 Mon Sep 17 00:00:00 2001 From: dillonstreator Date: Sat, 25 Jan 2025 19:11:44 -0600 Subject: [PATCH] Add crypt.fyi Ephemeral zero-knowledge sensitive data sharing platform with web, cli, and chrome-extension clients. It offers a suite of configurations beyond the standard, including IP/CIDR allow-listing and webhooks. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4df529d..0679f42 100644 --- a/README.md +++ b/README.md @@ -1006,6 +1006,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 - [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.