Compare commits

...

4 Commits

Author SHA1 Message Date
Oscar Torres
9dbd2e278a Merge 1ea4439041 into a4ac0e2dd6 2025-01-27 19:07:09 -03:00
pluja
a4ac0e2dd6 Merge pull request #497 from dillonstreator/add-crypt.fyi
Add crypt.fyi
2025-01-27 11:36:47 +01:00
dillonstreator
1eff10cac3 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.
2025-01-25 19:11:44 -06:00
Oscar Torres
1ea4439041 fix(README): add missing link for Android Open Source Project 2024-10-18 16:45:56 -03:00

View File

@@ -908,7 +908,7 @@ Many websites require phone number verification. These services offer a way to r
## Operating Systems
### Android
Try to avoid using Google Android or any Android that has been modified and tuned by any manufacturer such as Xiaomi, Huawei, Samsung, etc. Android is an Open Source project - [AOSP - Android Open Source Project]() - and it has many versions that will respect the user privacy and data and won't share it with private servers from manufacturers or service providers.
Try to avoid using Google Android or any Android that has been modified and tuned by any manufacturer such as Xiaomi, Huawei, Samsung, etc. Android is an Open Source project - [AOSP - Android Open Source Project](https://source.android.com) - and it has many versions that will respect the user privacy and data and won't share it with private servers from manufacturers or service providers.
**Instead use**
@@ -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.