Register now and start sharing your code snippets.
-->

Trusted and sensitive email protection with GPG using Gmail with Firefox

Shell Script (Bash) posted 6 months ago by marko

It’s really simple to use GPG to encrypt and/or sign email you send through Gmail.

Generate your private key.

   1  gpg --gen-key

Extract your public key, which you will send to people you need to communicate securely with.

   1  gpg --armor --export marko.haapala@ihatespamaktagon.com > my_public_pgp_key

Install FireGPG and restart the browser. Use GPG in Gmail.

Tagged firefox, gmail, gpg, trusted emails, sensitive emails, firegpg