Re: [PHP] PGP with MySQL

2001-05-21 Thread Joseph Blythe

Jeff Oien wrote:

 Jeff wrote:
 
 I am trying to find the maximum security for storing credit card
 numbers.
 
 From reading the archives someone mentioned using a PGP based encryption
 to encrypt the credit card number and store it into the database, and
 have the company that is processing the order have the decryption key on
 the their computer.
 
 Any comments or different ideas on this system?
 
 
 (I'm a different Jeff) I searched through the archives and couldn't find
 your message. I'm interested in this also. The PHP PGP tutorials
 all deal with sending e-mail using PGP. I would like to be able to do 
 this on the server to retrieve information from the server.
 Jeff Oien


Sorry for the confusion, but I actually was using gnuPG (the principles 
are the same) my mistake :-)

Joseph


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] PGP with MySQL

2001-05-17 Thread Jeff

I am trying to find the maximum security for storing credit card
numbers.

From reading the archives someone mentioned using a PGP based encryption
to encrypt the credit card number and store it into the database, and
have the company that is processing the order have the decryption key on
the their computer.

Any comments or different ideas on this system?

Thanks

Jeff


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PGP with MySQL

2001-05-17 Thread Joseph Blythe

Jeff wrote:

 I am trying to find the maximum security for storing credit card
 numbers.
 
 From reading the archives someone mentioned using a PGP based encryption
 to encrypt the credit card number and store it into the database, and
 have the company that is processing the order have the decryption key on
 the their computer.
 
 Any comments or different ideas on this system?

Jeff,

search of the php-general list archives for 'PGP' as I have been through 
this one and there are a few concerning issues. 

Regards,

Joseph


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]