userhash/README.md

835 B

userhash

Generate pseudonyms for user profiles based on hashing of user data. Any text file (CSV, JSONL, TXT) with user data is read line by line. Every line hashed using the scrypt algorithm. A salt of at least 16 bytes must be used.

Requirements

Tested to work with Python 3.6

Either Python 3.6 with OpenSSL 1.1+ or py-scrypt is required.

  pip install scrypt

Usage/Examples

See help for more information:

python3 userhash.py -h

Authors

Refferences