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 t

RE: [PHP] PGP with MySQL

2001-05-18 Thread Jeff Oien
> 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 th

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

[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 th