Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohager/philentropyst
Masking tool to efficiently mask sensible data
https://github.com/ohager/philentropyst
Last synced: 5 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T23:19:26.000Z (over 3 years ago)
- Last Synced: 2024-05-16T16:44:42.700Z (6 months ago)
- Language: JavaScript
- Size: 987 KB
- Stars: 2
- Watchers: 2
- 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)