PDA

View Full Version : Encryption of Credit Card Information


steve55
07-28-2003, 12:47 PM
I have set up a shopping cart on a secure server, but I don't think it is secure yet as the order form is in effect sent via email.

The scripts I'm using are written using php, can anyone point me in the direction of a php credit card encryption script?

Thanks

p.s I don't want to us epaypal, worldpay etc as the client has a pdq machine and doesn't need any kind of merchant account.

GA Media
09-03-2003, 07:54 AM
By far the easiest way for you to tackle this job would be to have a programmer take the form that is currently being used to send the credit card information and rather than have it emailed to you or your client have it stored in a MySQL database on a secure server.

This information can then be accessed by whomever is going to process the transaction and then either stored indefinately on the server or printed out and having a hard copy saved for future reference.

Regards,

Lee