| WebSeitz/wikilog |
| Email Encryption |
|
| last edited by BillSeitz on Mar 8, 2008 11:16 am |
want to be able to read/send encrypted EMail with MozIlla (for Windows). Gads the docs out there seem written backwards. It's very possible that there's something wrong below.
Install [GPG] (Gnu-PGP) http://www.nullify.org/download.html
Install [Enig Mail] http://enigmail.mozdev.org/
If someone's going to send you an encrypted message, not just signed, then you need a key pair.
go to [Enig Mail] menu, pick "Generate key"
you can have a separate key for each email account you work with.
pick a passphrase, hit "Generate key" button
To send someone your public key (so they can decrypt messages that you encrypt for them), create a new email message. That window will have an [Enig Mail] menu which will include "Include public key" item which will dump the key into the body of the email.
to share with the rest of the world:
copy that public key and stick it into a public web page (in your WikiLog?), nah, instead...
save to a text file of its own on a public website
saving mine to My Public Key and then have code to make that available at uri /pubkey.txt http://webseitz.fluxent.com/pubkey.txt
upload to a public keyserver - I went to http://wwwkeys.pgp.net/ and submitted it, but it didn't have any place to enter identifying info (like my name)
Using the same [Private Key] on multiple computers - see cheat sheet:
gpg --export-secret-key -a "User Name" > private.key
gpg --allow-secret-key-import --import private.key
| See Back Links: MozIlla | z2007-12-11- Key Base Ssh | z2004-03-22- Udell Smime Forge | |
| User Options Recent Changes Help Page |