Re: [PHP] Encrypt database table

2008-09-22 Thread Per Jessen
[EMAIL PROTECTED] wrote: > Hi, > > What methods do you guys use to keep a mysql table encryped, or well > atleast a major part of it. I would use an encrypted filesystem. /Per Jessen, Zürich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.p

Re: [PHP] Encrypt database table

2008-09-22 Thread Richard Heyes
> 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 string is easily 1000 chara