Forum Moderators: phranque
I currently have a shopping cart from which I create a text file to download to my local machine for order processing. I would like to download the credit card numbers as well for the orders but would like to take the proper precautions before doing so.
I'm on a shared Windows hosted machine so had a hard time doing any type of proper encryption to the credit card while downloading. I saw some software out there but it all seemed for Unix.
What I am thinking of so far is to download with the following precautions:
1) Password restrict the directory with the text file and the script that creates the text file.
2) Restrict by IP the script, but I don't know how to restrict the text file. Maybe not create a text file but only keep the results on screen would be best
Any other suggestions would be great. I'd love to figure out how to properly encyrpt the numbers and decrypt them locally. But my restriction is Windows based PHP or ASP and I don't have the ability to install software on the hosted machine.
Thanks.