Return Home  
 

support


PGP Freeware Version 6.5.8 Installation Part 2 :
Using HTML forms to send PGP encrypted info.


Requirements/Assumptions

We assume you have already been trhough part 1 and have
successfully installed PGP on your Windows machine.
You will need to have emailed your .asc file to webhosting@nethere.com



1. Set up your HTML form. The lines in red need to be changed to reflect your information.
    Next

<html>
<head>
<title>PGP AND SECURE EMAIL PART 2</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head> <body bgcolor="#FFFFFF" text="#000000">
<form method="post" action="http://www.yourdomain.com/cgi-bin/formmailpgp.pl">
name<br>
<input type="text" name="name">
<br>
email<br>
<input type="text" name="email">
<br>
<input type="hidden" name="realname" value="My PGP Test">
<input type="hidden" name="redirect" value="http://www.yourRedirectPage.com">
<input type="hidden" name="subject" value="Online Secure Order">
<input type="hidden" name="recipient" value="sfisher@nethere.com">
<hr size="1">
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="clear" value="Clear it">
</form>
</body>
</html>



2. When someone fills out the form above, formmailpgp.pl will encrypt the contents and
    send them to the email address specified in the hidden field "recipient".

3. How to decrypt your encrypted message. Your encrypted messages will look like the
   image below. NEXT




4. You should have PGP running in your system tray. It is the "lock" icon.
    If it is not running, go to Start > Programs > PGP > PGPTray.




5. Right click the icon and choose Current Window > Decrypt & Verify.




6. You will then have to enter your passphrase and hit ok.




7. Now you can read your message. Thats all there is to it!




© 2001 NetHere, inc. All rights reserved.