Add 1time.io to secret sharing tools list

Added a new tool for secret sharing to the README.
This commit is contained in:
Shingrus 2026-03-22 20:12:04 +00:00 committed by GitHub
parent 7dfa55926b
commit 2ca46a1c8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1064,6 +1064,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.
- [1time](https://1time.io) - Zero-knowledge one-time secret sharing with AES-256-GCM browser-side encryption, HKDF key derivation, CLI tool, and Docker self-hosting.
- [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.