Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)