1
0
mirror of https://github.com/CHEF-KOCH/Warez synced 2025-02-10 19:46:58 +00:00

PGP is dead, here are the alternatives

Based on:
https://latacora.singles/2019/07/16/the-pgp-problem.html

Minor points:
- PGP is fundamentally broken, using other tools (not all-in-one solutions) might be the better solution.
- New ideas like Autocrypt as well as PeP are reliable replacements.
- Personally I dislike PeP (but it's my biased opinion).
- The "experts" having no name (according to the docs) they do not even mention Autocrypt nor PeP.
- Data security and privacy are two different things.
This commit is contained in:
CHEF-KOCH 2020-01-13 20:46:55 +01:00 committed by GitHub
parent 922f9317e3
commit 6618e48ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,18 @@
**[`^ back to top ^`](#)**
## PGP alternatives
- [Minisign](https://anonym.to/?https://jedisct1.github.io/minisign/) (_signing_)
- [Magic Wormhole](https://anonym.to/?https://github.com/warner/magic-wormhole) (_file transfer_)
- [Tarsnap](https://anonym.to/?https://www.tarsnap.com/design.html) (_encrypted backups_)
### PGP replacements
- [Autocrypt](https://anonym.to/?https://autocrypt.org/index.html)
- [PeP](https://anonym.to/?https://www.pep.security/)
**[`^ back to top ^`](#)**
## Android Reverse Engineering Tools
- [androidre](https://anonym.to/?https://github.com/cryptax/androidre) - Reverse engineering Android.
- [apkstudio](https://anonym.to/?https://github.com/vaibhavpandeyvpz/apkstudio) - Open-source, cross platform Qt based IDE for reverse-engineering Android application packages.