in reply to Re: How can I secure MySQL & CGI?
in thread How can I secure MySQL & CGI?

If you want to secure credit card info, ensure that those bits never resides on a disk visible to the web server, and ensure that database passwords are not directly visible to the web server box. In short, your CGIs will need to communicate with an off-web-server process that has access to the database. (dws)Re: Encrypting Credit card numbers discusses this at greater length.

  • Comment on Re: Answer: How can I secure MySQL & CGI?