greenmask

Obfuscate and dump PostgreSQL databases with data masking

brewmacoslinux
Try with needOr install directly
Source

About

PostgreSQL dump and obfuscation tool

Commands

greenmask

Examples

Create an obfuscated dump of a PostgreSQL database$ greenmask dump --config greenmask.yml --output dump.sql
Restore an obfuscated dump to a PostgreSQL database$ greenmask restore --config greenmask.yml --input dump.sql
Validate the greenmask configuration file$ greenmask validate --config greenmask.yml