Skip to content

ramin/hashpipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hashpipe / hpipe

Pipe CSV into it, with the fields you want obscured, and they'll be hashed

cat test.csv | hpipe -fields 0,2,4 > hashed.csv

# Where the input of test.csv might be
 sensistive,ok,not bad,please obscure this,whatevr,let it live


# Thus the output in hashed.csv would then be
 32ff2a55edb63ab48c9a97a87009a7b6,ok,not bad,35b907b615ce38f48dedfd2d057e008d,whatevr,let it live

About

hash sensitive data in a csv by piping it through this utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages