(???) ===: not found
       <----------------------------------------------------------------->
       Week 09 -- Assignment
       
       Due date: March 27, 2011
       Value:    10 points
       
       Instructions:
       
           1- Install GPG (www.gnupg.org/) or (www.gpg4win.org)
       
           2- Generate your pair of keys (private and public)
       
           3- Email the instructor your public key
       
           4- The instructor will email your current grades encrypted 
              with your public key
       
           5- You should be able to decrypt your current grades report
       
       
       Independent of which installation you did (gnupg or gpg4win) you
       will have a gpg command, that can be used from the command line.  
       
       For help, type: gpg --help
       
       Generating your k==============END================: not found
 (???) ys (publick & private):
       1- Create a passphrase (and save it, because you need it later)
       2- From command line type: gpg --gen-key
       
       Extracting your public key into a file:
       1- From command line type: 
          gpg --armor --output "<file name>" --export "<your name>"
       
       Using your private key to decrypt a file (Note that you will need
       your passphrase):
       1- Open a command line window in the directory you placed the file
       2- From command line type: gpg --decrypt-files "<file name>"
       
       
 (HTM) GNU Privacy Guard
 (HTM) Gpg4Win
 (HTM) Practical introduction to GPG in Windows
       
 (DIR) <= go back
       <----------------------------------------------------------------->