Rechercher dans le manuel MySQL
A.16 MySQL 8.0 FAQ: InnoDB Data-at-Rest Encryption
- A.16.1. Is data decrypted for users who are authorized to see it?
- A.16.2. What is the overhead associated with InnoDB data-at-rest encryption?
- A.16.3. What are the encryption algorithms used with InnoDB data-at-rest encryption?
- A.16.4. Is it possible to use 3rd party encryption algorithms in place of the one provided by the InnoDB data-at-rest encryption feature?
- A.16.5. Can indexed columns be encrypted?
- A.16.6. What data types and data lengths does InnoDB data-at-rest encryption support?
- A.16.7. Does data remain encrypted on the network?
- A.16.8. Does database memory contain cleartext or encrypted data?
- A.16.9. How do I know which data to encrypt?
- A.16.10. How is InnoDB data-at-rest encryption different from encryption functions MySQL already provides?
- A.16.11. Does the transportable tablespaces feature work with InnoDB data-at-rest encryption?
- A.16.12. Does compression work with InnoDB data-at-rest encryption?
- A.16.13. Can I use mysqlpump or mysqldump with encrypted tables?
- A.16.14. How do I change (rotate, re-key) the master encryption key?
- A.16.15. How do I migrate data from a cleartext InnoDB tablespace to an encrypted InnoDB tablespace?
A.16.1. | Is data decrypted for users who are authorized to see it? |
Yes. | |
A.16.2. |
What is the overhead associated with |
There is no additional storage overhead. According to internal benchmarks, performance overhead amounts to a single digit percentage difference. | |
A.16.3. |
What are the encryption algorithms used with
|
| |
A.16.4. |
Is it possible to use 3rd party encryption algorithms in place
of the one provided by the |
No, it is not possible to use other encryption algorithms. The provided encryption algorithm is broadly accepted. | |
A.16.5. | Can indexed columns be encrypted? |
| |
A.16.6. |
What data types and data lengths does |
| |
A.16.7. | Does data remain encrypted on the network? |
Data encrypted by the | |
A.16.8. | Does database memory contain cleartext or encrypted data? |
With | |
A.16.9. | How do I know which data to encrypt? |
Compliance with the PCI-DSS standard requires that credit card numbers (Primary Account Number, or 'PAN') be stored in encrypted form. Breach Notification Laws (for example, CA SB 1386, CA AB 1950, and similar laws in 43+ more US states) require encryption of first name, last name, driver license number, and other PII data. In early 2008, CA AB 1298 added medical and health insurance information to PII data. Additionally, industry specific privacy and security standards may require encryption of certain assets. For example, assets such as pharmaceutical research results, oil field exploration results, financial contracts, or personal data of law enforcement informants may require encryption. In the health care industry, the privacy of patient data, health records and X-ray images is of the highest importance. | |
A.16.10. |
How is |
There are symmetric and asymmetric encryption APIs in MySQL that
can be used to manually encrypt data within the database.
However, the application must manage encryption keys and perform
required encryption and decryption operations by calling API
functions. | |
A.16.11. |
Does the transportable tablespaces feature work with
|
Yes. It is supported for encrypted file-per-table tablespaces. For more information, see Exporting Encrypted Tablespaces. | |
A.16.12. |
Does compression work with |
Customers using | |
A.16.13. |
Can I use mysqlpump or
|
Yes. Because these utilities create logical backups, the data dumped from encrypted tables is not encrypted. | |
A.16.14. | How do I change (rotate, re-key) the master encryption key? |
| |
A.16.15. |
How do I migrate data from a cleartext |
Transferring data from one tablespace to another is not
required. To encrypt data in an |
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 26/06/2006, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/mysql-rf-faqs-tablespace-encryption.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.