This shows you the differences between two versions of the page.
| — |
encryption_with_gnupg_and_firegpg [2020/06/01 22:53] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Encryption with GnuPG and FireGPG ====== | ||
| + | |||
| + | I worry about the fact that an employee at Google can read all my email. I worry that they know many of the websites I visited and what I searched for. With FireGPG and GnuPG, I can easily encrypt my email. It's a start. | ||
| + | |||
| + | ===== Creating a Key ===== | ||
| + | |||
| + | First, you need to generate a key. Under linux, you do this with the following command. | ||
| + | |||
| + | gpg --gen-key | ||
| + | |||
| + | When prompted, create the default key type, which is "DSA and Elgamal". The details are not important, but this key is common and works well. | ||
| + | |||
| + | |||
| + | |||