MySQL Forums
Forum List  »  Security

Re: encrypt table
Posted by: Georgi Kodinov
Date: March 07, 2016 08:45AM

AES encryption is in the community version (http://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html) thus it's "free".
But, since your password is an argument to a SQL function it's subject to snooping.
As of 5.7.11 there's a better option to encrypt your table: http://dev.mysql.com/doc/refman/5.7/en/innodb-tablespace-encryption.html

Options: ReplyQuote


Subject
Views
Written By
Posted
5035
March 03, 2016 09:06AM
1752
March 03, 2016 09:20AM
Re: encrypt table
1629
March 07, 2016 08:45AM
1282
March 07, 2016 09:25AM
1221
May 25, 2016 08:47AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.