MySQL Forums
Forum List  »  Security

MySQL 8.0.33 Enterprise Edition: Data Masking Component
Posted by: Edwin Desouza
Date: April 26, 2023 08:37PM

MySQL 8.0.33 Enterprise Edition: Data Masking Component

MySQL Enterprise Edition now provides data masking and de-identification capabilities based on components, rather than being based on a plugin library that was introduced in MySQL 8.0.13.

Next to now supporting multibyte character sets, the component implementation provides dedicated privileges to manage dictionaries and extends the list of specific types to include:

Canada Social Insurance Number
United Kingdom National Insurance Number
International Bank Account Number
Universally Unique Identifier (UUID)

An improved table-based dictionary registry replaces the file-based dictionary used by the plugin. For a summary of the differences between the component and plugin implementations, see Data-Masking Components Versus the Data-Masking Plugin. Existing plugin users should uninstall the server-side plugin and drop its loadable functions before installing the new MySQL Enterprise Data Masking and De-Identification components.

https://dev.mysql.com/doc/refman/8.0/en/data-masking-components-vs-plugin.html

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL 8.0.33 Enterprise Edition: Data Masking Component
223
April 26, 2023 08:37PM


Sorry, only registered users may post in this forum.

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.