aboutsummaryrefslogtreecommitdiff

csv-hasher

Hashes a given column of a CSV file.

Requirements

Running:

Testing:

Testing

make vendor
make test

Future

Some ideas:

  • Submit package to PyPi.
  • Multi-column processing.
  • Optional hashing with salt.
  • Support for more crypto functions other than hashing, such as symmetric encryption/decryption with, reading the passphrase from user input.