MySQL Forums
Forum List  »  Security

Re: using mySQL to store credit card info
Posted by: Michael Plourde
Date: February 20, 2008 12:58PM

Could it be a good idea to store the key in a "web-application only readable" file in a non-web accessible directory ?

Example:

The path to the web site: /home/httpd/www/

The path to the key: /home/httpd/include/

The web-application is running as "webd" user and the file is readable only by that user.

File could be binary and encrypted to increase security using web-application or a binary program on the server itself.

Path to the file-encoder:

/usr/sbin/

So the only way to read the file would be to loggon the server itself as "super user". Credit card data or other data is then protect by web-application encryption using a key that is stored in a file encrypted.

Any comment ? Is it a good idea ? Is there some leak point ?

Michael Plourde

Options: ReplyQuote


Subject
Views
Written By
Posted
27612
February 03, 2005 03:44PM
7412
November 21, 2005 11:09PM
6887
November 29, 2005 05:51PM
Re: using mySQL to store credit card info
6286
February 20, 2008 12:58PM
5239
February 16, 2009 07:37PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.