Our Anonymizer portal offer services supporting programming of important GDPR requirements and anonymixation of databases.You write a program in ANOnymizer language, send it to the service and get a generated java program for database anonymization in return.
These services are available:
- DBmasker provide programming support to solve functional requirements imposed by the GDPR. DBmasker generates programs for anonymizing databases for test and development personnel.
- DBerase provides programming support that supports GDPR forget me functionality.
- DBano is a free service that offers generation of ANO database structure. Input is SQL Create Table statements.
- DBimport is a free service that offers the generation of Java classes with JPA annotations. Input is SQL Create Table statements.
In the ANO language you can program - anonymization of data - reduction of data volume - generation of synthetic data - deletion request (forget me) - Subject Access Request
DBmasker generates java JDBC application code. The executable application opens a database and executes defined SQL statements. Foreign key definitions are used to propagate anonymisations across tables.
A pom.xml is included with rules for building a JAR file, which contains code for all the rules, including Javadoc and Java source code. The JAR file can be run against a test database or it can be integrated into other programs to perform GDPR and anonymization tasks.
Here you will find the Anonymizer services:
- Have closer look at our Anonymizer services
- Read more about Anonymizer
- Read about ANO syntax