In this first of a series of blog posts, we’ll
look at MySQL encryption at rest.
At Percona, we work with a number of clients that require strong
security measures for PCI, HIPAA and PHI compliance, where data
managed by MySQL needs to be encrypted “at rest.” As with all
things open source, there several options for meeting
the MySQL encryption at rest requirement. In this three-part
series, we cover several popular options of encrypting data and
present the various pros and cons to each solution. You may want
to evaluate which parts of these tutorials work best for your
situation before using them in production.
Part one of this series is implementing disk-level
encryption using crypt+LUKS.
In MySQL 5.7, InnoDB has built-in encryption features. This
solution has some cons, …
[Read more]