command
module
Version:
v0.0.0-...-dff2240
Opens a new window with list of versions in this module.
Published: Jun 19, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.