Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New to PGP - Need to Encrypt Email in ASP

Status
Not open for further replies.

bowettwow

Programmer
Aug 1, 2002
57
GB
Hi all,

I have a commercial website written in ASP on a Windows Server. We take orders and therefore credit card details. I dont want to store the card details on the server.

When someone confirms an order I want the ASP page to send me an encrypted email with all the order details on.

I have constructed the ASP page which sends the email (which works fine) but am unclear on how to encrypt it.

I'm guessing that PGP is the way to do it but I need to understand what software is required on the web server and my local machine. Also how do I use ASP to encrypt the string?

Cheers,

Daniel.
 
You will need to find yourself a version of PGP with commandline option.

There are commandline versions for PGP on Windows and any of the various flavours of unix.

I have never worked with ASP myself so cannot give details but would think that you can invoke some kind of pgp -e command to start the encryption process.

PGPTek
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top