PGP public key for email encryption
WARNING |
---|
1. I do not guarantee that I will read or respond if I don’t know you in person. Otherwise, please get some patience. ⏳ |
2. Please read some real guide about PGP before using it. 🙏 |
keys⌗
Quick send using your non-Proton email client⌗
TL;DR:
- Boot any UNIX-like OS, run Tails or install GnuPG
- Download and import my public key into your local keychain
- Encrypt the message (as text) with the key you just get
- Send output in your normal email client as plain text (no HTML)
Import key
K="49702b12c12f3ce93d39c787e030ee4c6e36aa35"
curl -s "https://mn3m.info/$K.asc" | gpg --import
cat << EOF | gpg --trust-model always -evar "$K"
Just type your message and end with EOF and press ENTER ⌨
> Hi there.
> This is my secret message
> EOF
Output sample:
-----BEGIN PGP MESSAGE-----
...some encrypted data is here...
-----END PGP MESSAGE-----
Send me this garbage. Or not. Just be calm. 🙃