https://github.com/ohager/philentropyst
Masking tool to efficiently mask sensible data
https://github.com/ohager/philentropyst
Last synced: 6 months ago
JSON representation
Masking tool to efficiently mask sensible data
- Host: GitHub
- URL: https://github.com/ohager/philentropyst
- Owner: ohager
- License: mit
- Created: 2021-03-10T18:04:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T23:19:26.000Z (over 5 years ago)
- Last Synced: 2025-11-27T09:32:15.200Z (8 months ago)
- Language: JavaScript
- Size: 987 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# philentropyst
Masking tool to efficiently mask sensible data in CSV files (and more to come)
# Install
> Prerequisite is having NodeJS 14+ installed
To install globally and make it available as command line tool
just type
`npm i philentropyst -g`
# Usage
Once installed run
`philentropyst -i inputfile.csv -s inputfile.schema.yml`
To create a necessary masking schema do:
`philentropyst schema -o inputfile.schema.yml`
Open the file in your editor and start editing according your needs
To get more help type:
`philentropyst --help`
# Data Generators
See [Generator Types](./GENERATOR_TYPES.md)