Re: file level encryption on mysql

2013-03-14 Thread spameden
ed by just MySQL. (And perhaps MySQL is not even part of the > solution.) > >> -Original Message- >> From: Mike Franon [mailto:kongfra...@gmail.com] >> Sent: Tuesday, February 05, 2013 6:43 AM >> To: Reindl Harald >> Cc: mysql@lists.mysql.com >> Subject: Re

RE: file level encryption on mysql

2013-02-05 Thread Rick James
rom: Mike Franon [mailto:kongfra...@gmail.com] > Sent: Tuesday, February 05, 2013 6:43 AM > To: Reindl Harald > Cc: mysql@lists.mysql.com > Subject: Re: file level encryption on mysql > > Which is the best way ? > > I see you can do it from PHP itself > > http://codi

Re: file level encryption on mysql

2013-02-05 Thread Mike Franon
Which is the best way ? I see you can do it from PHP itself http://coding.smashingmagazine.com/2012/05/20/replicating-mysql-aes-encryption-methods-with-php/ or can use mysql AES? http://security.stackexchange.com/questions/16473/how-do-i-protect-user-data-at-rest >From what I understand we ne

Re: file level encryption on mysql

2013-02-05 Thread Reindl Harald
you have to encrypt them in the application and make the key stored as safe as possible, however for a full intrution there is no way to protect data which can not be only hashed somewhere you need the information how to encrypt them Am 05.02.2013 15:18, schrieb Mike Franon: > I tried all these m

Re: file level encryption on mysql

2013-02-05 Thread Mike Franon
Thanks! I tried all these methods and you are right this is not going to work for us. I am not a developer, does anyone have any good links or reference to the best way I can share with my developers on best way to encrypt and decrypt personal user info. We do not store credit cards, but want

Re: file level encryption on mysql

2013-02-03 Thread Reindl Harald
Am 03.02.2013 18:52, schrieb Mike Franon: > Hi, > > I was wondering what type of encryption for linux would you recommend > to encrypt the database files on the OS level? I had a hard time > starting the database after I moved it to a partiton with encryptFS > > I only need 3 tables encrypted a