maskColOne

command module
v0.0.0-...-dff2240 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2023 License: GPL-3.0 Imports: 9 Imported by: 0

README

Mask Column One

will take an input file and output the file with the first column encrypted.

I wanted a simple 2 way hash via aes256 to encrypt a column of data. This is the result.

maskColOne --mode=e --in=test/input.tsv --out=test/output.tsv

maskColOne --mode=d --in=test/output.tsv --out=test/decrypted.tsv

You can specify a key with the --key= option. If you don't specify a key, a built in key will be used (not recommended).

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳