masking icon indicating copy to clipboard operation
masking copied to clipboard

Command line tool for generating anonymized database for MySQL/MariaDB

Results 32 masking issues
Sort by recently updated
recently updated
newest added

Currently the user needs to know the semantic details of the database in order to define which tables/columns need to be masked. It would be nice to make `masking` smart...

enhancement

there is a use-case that on a nullable column, just keep it `NULL` if it's `NULL`, mask data if it's not `NULL`. ## Tech tips - how to define the...

enhancement

mysqldump `--complete-insert` option will provide insert statement with schema type information, which required in the current implementation, but we don't need it for output sqldump and it will be better...

enhancement

In order to make less effort for new schema change, if masking has a feature of a default value of an anonymized column can be nice. *Tech Tips* - masking...

enhancement

fix #88 after the investigation, somehow `mysqldump` behavior looks changed. it output with many breaklines ``` INSERT INTO `users` (`id`, `string`, `email`, `integer`, `float`, `boolean`, `null`, `date`, `time`, `binary_or_blob`, `nullable_string`,...

bug
high priority

i heard the use-case that, they want to have a part of anonymised database, not entire database. the production data is too big and not neccesary to have whole data-set...

enhancement

it can be used for replecation? mysql has a replication mode with SQL statement-based replication. https://dev.mysql.com/doc/refman/8.0/en/replication-sbr-rbr.html#replication-sbr-rbr-sbr-advantages if so, it can be usable for realtime anonymising

enhancement
question

In order to have a binary Reference repository: https://github.com/cloudamqp/lavinmq

enhancement
performance