Re: [PHP] storing cc details in mysql

2002-11-04 Thread adrian [EMAIL PROTECTED]
Sorry forgot to say we do have a secure server. - Original Message - From: adrian [EMAIL PROTECTED] [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 04, 2002 4:37 PM Subject: [PHP] storing cc details in mysql Hi, I know this is an old chestnut and i am going thru archives

RE: [PHP] storing cc details in mysql

2002-11-04 Thread SED
] [mailto:adrian.murphy;2020tourism.com] Sent: 4. nóvember 2002 16:41 To: adrian [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] storing cc details in mysql Sorry forgot to say we do have a secure server. - Original Message - From: adrian [EMAIL PROTECTED] [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: [PHP] storing cc details in mysql

2002-11-04 Thread 1LT John W. Holmes
There are AES_Encrypt/Decrypt and DES_Encrypt/Decrypt functions in MySQL. Quote from Manual: AES_ENCRYPT() and AES_DECRYPT() were added in version 4.0.2, and can be considered the most cryptographically secure encryption functions currently available in MySQL.

Re: [PHP] storing cc details in mysql

2002-11-04 Thread Justin French
Really quick answer: 1. consider storing them OFF the server as soon as possible... having minimal (if any) numbers stored on the live (net connected server) will: a) make the server a less desireable hack b) result in less risk in case of a hack c) be more responsible to your customers 2.