Add pgp/gpg encryption to gmail
This article will show you how to get started with gpg encryption and how to use it with gmail. Installing gpg and generating a set of keys First, lets install some necessary packages 1 sudo aptitude install gnupg gnupg-agent xsel Now, generate your public and private keys with the following command 1 gpg –gen-key Fill in your [...]

