GPG Configuration on Windows for Secure Mail

Prev | step 3 of 5 | Next

Add an encryption subkey

  1. In the command window create a new GPG encryption subkey:
  2. Type gpg --edit-key foo@info9.net (with your e-mail address, of course)
  3. Type addkey
  4. Choose type RSA (encrypt only)
  5. Choose size 4096
  6. Choose expiration key does not expire
  7. Select Okay and do some serious web surfing to keep your computer busy to create entropy while your key is generated!
  8. type save
  9. Proceed to the Next step