Skip to content

turscar/hideaddress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hideaddress

Process CSV files to obscure email addresses in them.

Run hideaddress <input.csv >output.csv to obfuscate any email addresses in the input CSV.

Usage of ./hideaddress:
      --columns strings    process only these columns (name or 1-based index)
      --comment string     if set, lines starting with this character are ignored
      --fold               fold domain part of email address to lowercase (default true)
      --header             input has a header in the first row
      --in string          input file (default "-")
      --keep-rhs           only obfuscate the local part of each address (default true)
      --out string         output file (default "-")
      --prefix string      add at beginning of hashed local part (default "[")
      --separator string   fields are separated by this character (default ",")
      --suffix string      add at end of hashed local part (default "]")
      --version            print version

Installation

Pre-built binaries are available at github releases.

Download and unpack the appropriate .zip or .tar.gz file for your OS and architecture.

The Windows binaries are not signed.

About

Process CSV files to obscure email addresses in them

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages