Re: using mySQL to store credit card info
I had made some correction:
Michael Plourde Wrote:
-------------------------------------------------------
> 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 to encrypt the file.
>
> Path to the file-encoder and decoder:
>
> /usr/sbin/
>
The web-application can use system() function to execute shell decoder on the file.
> So the only way to read the file
(without using web-application) would be to
> loggon the server itself as "super user" and use file-decoder. 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
Subject
Views
Written By
Posted
27815
February 03, 2005 03:44PM
11636
March 29, 2005 07:54AM
9784
June 26, 2005 10:25PM
10637
July 23, 2005 10:39PM
14699
September 08, 2005 06:04AM
24245
September 08, 2005 06:47AM
7994
September 20, 2005 09:00AM
7507
November 21, 2005 11:09PM
7077
November 28, 2005 05:36AM
6905
November 28, 2005 08:21PM
6962
November 29, 2005 05:51PM
6904
February 18, 2006 06:34PM
6485
April 06, 2006 09:41AM
6769
April 07, 2006 01:28PM
7209
April 19, 2006 08:23PM
9496
May 08, 2006 04:33PM
9219
October 04, 2006 09:11AM
6377
February 20, 2008 12:58PM
Re: using mySQL to store credit card info
6555
February 20, 2008 01:24PM
6451
January 06, 2007 07:26PM
5323
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.