Re: using mySQL to store credit card info
Storing credit card informatio is a very vital issue in web application cos definetely hackers may break in. The two option their is:
1) Either you get a merchant account so that u can escape the risk of having any problem with stolen card.
2) If they have already have a billing system but not merchant account then try to encyrpt the credit card data with AES_ENCRYPT(str,secret_key) then when u want to view it u can then decrypt it with AES_DECRYPT(column_name, secret_key).
Hope this will help.
Collins
Subject
Views
Written By
Posted
27704
February 03, 2005 03:44PM
Re: using mySQL to store credit card info
11597
March 29, 2005 07:54AM
9734
June 26, 2005 10:25PM
10588
July 23, 2005 10:39PM
14628
September 08, 2005 06:04AM
24199
September 08, 2005 06:47AM
7936
September 20, 2005 09:00AM
7457
November 21, 2005 11:09PM
7045
November 28, 2005 05:36AM
6859
November 28, 2005 08:21PM
6925
November 29, 2005 05:51PM
6856
February 18, 2006 06:34PM
6437
April 06, 2006 09:41AM
6712
April 07, 2006 01:28PM
7163
April 19, 2006 08:23PM
9452
May 08, 2006 04:33PM
9174
October 04, 2006 09:11AM
6342
February 20, 2008 12:58PM
6514
February 20, 2008 01:24PM
6416
January 06, 2007 07:26PM
5275
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.