Re: [PHP] Re: Encrypt database table

2008-09-23 Thread Thodoris
[EMAIL PROTECTED] wrote: Hi, What methods do you guys use to keep a mysql table encryped, or well atleast a major part of it. Security is very important and I want to use a public and private key. Is GPG the only safe way? It's hell of an overhead using GPG on every col, even a very short s

Re: [PHP] Re: Encrypt database table

2008-09-22 Thread Nathan Rixham
Boyd, Todd M. wrote: -Original Message- From: Nathan Rixham [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2008 12:23 PM To: php-general@lists.php.net Subject: Re: [PHP] Re: Encrypt database table Boyd, Todd M. wrote: -Original Message- From: Micah Gersten [mailto:[EMAIL

RE: [PHP] Re: Encrypt database table

2008-09-22 Thread Boyd, Todd M.
> -Original Message- > From: Nathan Rixham [mailto:[EMAIL PROTECTED] > Sent: Monday, September 22, 2008 12:23 PM > To: php-general@lists.php.net > Subject: Re: [PHP] Re: Encrypt database table > > Boyd, Todd M. wrote: > >> -Original Message- > >

Re: [PHP] Re: Encrypt database table

2008-09-22 Thread Bastien Koert
On Mon, Sep 22, 2008 at 12:09 PM, Philip Thompson <[EMAIL PROTECTED]>wrote: > On Sep 22, 2008, at 9:52 AM, Nathan Rixham wrote: > > [EMAIL PROTECTED] wrote: >> >>> Hi, >>> What methods do you guys use to keep a mysql table encryped, or well >>> atleast a major part of it. Security is very importa

Re: [PHP] Re: Encrypt database table

2008-09-22 Thread Nathan Rixham
Boyd, Todd M. wrote: -Original Message- From: Micah Gersten [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2008 11:22 AM To: PHP General list Subject: Re: [PHP] Re: Encrypt database table You have the same worry of a DBA writing the root password on a post it note. In every

RE: [PHP] Re: Encrypt database table

2008-09-22 Thread Boyd, Todd M.
> -Original Message- > From: Micah Gersten [mailto:[EMAIL PROTECTED] > Sent: Monday, September 22, 2008 11:22 AM > To: PHP General list > Subject: Re: [PHP] Re: Encrypt database table > > You have the same worry of a DBA writing the root password on a post

Re: [PHP] Re: Encrypt database table

2008-09-22 Thread Per Jessen
Philip Thompson wrote: > I understand what you're saying, but I don't completely agree with > this. What happens when the DBA has a table of names and SSNs on > screen and then gets up from his desk to run to the bathroom? In the > fear that he may ruin is best slacks (err, jeans), he forgets to c

Re: [PHP] Re: Encrypt database table

2008-09-22 Thread Micah Gersten
You have the same worry of a DBA writing the root password on a post it note. In every organization, there has to be some level of trust. Tell the DBA to use Linux, there's a lock icon to enable the screensaver in most X environments. ;-) Thank you, Micah Gersten onShore Networks Internal Develo

Re: [PHP] Re: Encrypt database table

2008-09-22 Thread Philip Thompson
On Sep 22, 2008, at 9:52 AM, Nathan Rixham wrote: [EMAIL PROTECTED] wrote: Hi, What methods do you guys use to keep a mysql table encryped, or well atleast a major part of it. Security is very important and I want to use a public and private key. Is GPG the only safe way? It's hell of an

Re: [PHP] Re: Encrypt database table

2008-09-22 Thread Andrew Ballard
On Mon, Sep 22, 2008 at 10:52 AM, Nathan Rixham <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: >> >> Hi, >> >> What methods do you guys use to keep a mysql table encryped, or well >> atleast a major part of it. Security is very important and I want to use a >> public and private key. Is GPG