GPG Configuration on Windows for Secure Mail
Add an encryption subkey
- In the command window create a new GPG encryption subkey:
- Type gpg --edit-key foo@info9.net (with your e-mail address, of course)
- Type addkey
- Choose type RSA (encrypt only)
- Choose size 4096
- Choose expiration key does not expire
- Select Okay and do some serious web surfing to keep your computer busy to create entropy while your key is generated!
- type save
- Proceed to the Next step