Security will always be a main focal point of a company’s data. A common question I get from clients is, “how do I enable encryption?” Like every good consulting answer, it depends on what you are trying to encrypt. This post is a high-level summary of the different options available for encryption in Percona Server for MySQL.
Different certifications require different levels of encryption. For example, PCI requires both encryptions of data at rest and in transit. Here are the main facets of encryption for MySQL:
- Data at Rest
- Full disk encryption (at the OS level)
- Transparent Data Encryption – TDE
- Column/field-level encryption
- Data in Transit
- TLS Connections
Data at Rest
…
[Read more]