Esito launches tools for GDPR and anonymization
g9 Anonymizer provides a fully programmable anonymization solution and solves some of your GDPR requirements. It connects to your JDBC compliant database and constructs a database model from which you can define
- anonymization rules
- data deletion rules for sub-setting data
- rules for creating synthetic data
- erase rules for complying with Erasure requests
- Subject Access Request rules
g9 Anonymizer is an Eclipse plugin that generates JDBC application code. The runnable application opens a database connection and executes the specified SQL queries. Foreign key definitions are used to propagate data anonymizations across related tables. The anonymyzation can be repeated and be performed on multiple databases to ensure data consistency.
It builds a JAR file containing all rules including the Javadoc and source code. The JAR file can be independently run against a test database or it can be integrated into other programs for performing GDPR tasks.
Here is g9 Anonymizer:
- Use Esitos updatesite at http://www.esito.no/updatesite/anonymizer
- We recommend “Eclipse for Java Developers”, download Eclipse
- How to install: Download and install
- Read more: g9 Anonymizer