From a47cd48753b077ef6c81db3b23003d1d4791a371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20Selimbeyo=C4=9Flu?= Date: Thu, 19 Mar 2026 10:58:18 +0100 Subject: [PATCH] Add AbsentKey to Pastebin and Secret Sharing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b33b702..f50a20c 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. +- [AbsentKey](https://absentkey.com) - Pick who gets your passwords and files, and set a timer for each person. If you go quiet, they get in when time runs out. Zero-knowledge, E2EE. ([Source](https://github.com/Absentkey/absentkey-mobile)) - [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.