Datanymizer
Datanymizer is a powerful database anonymizer with flexible rules. Written in Rust.
Get startedDatanymizer is a powerful database anonymizer with flexible rules. Written in Rust.
Get startedMore than 70 rules in total, like: email
, first_name
, city
, phone
, password
You can import or process your dump with supported database without 3rd-party importers.
You can specify which tables you choose or ignore for making dump.
You can specify conditions (SQL WHERE
statement) and limit for dumped data per table
As the additional option, you can specify SQL-conditions that define which rows will be transformed (anonymized)
You can specify global variables available from any template
rule.
You can specify that result values must be unique (they are not unique by default). Uniqueness is ensured by re-generating values when they are same.
You can specify the locale for individual rules. The default locale is EN
but you can specify a different default locale.
You can reference values of other row fields in templates.