Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 619 Bytes

README.org

File metadata and controls

32 lines (22 loc) · 619 Bytes

Reach Me

(How-To) Encrypt Your Message For Me

Before encryption, you should **Import The Keys**.

On Unix:

echo 'my message' | gpg -aer micl2e2

The output should be like:

-----BEGIN PGP MESSAGE-----

.....................................
.....................................
-----END PGP MESSAGE-----

Now you can copy the output and send it to my Email address, which can be found by gpg --list-keys.

(How-To) Import The Keys

Download the file pgp-micl2e2.asc, and run

gpg --import pgp-micl2e2.asc