Go to file
Антон Касимов b3bceeb795
Printing hashing parameters to stdout
2022-01-11 17:29:34 +03:00
.gitignore Initial commit 2021-08-09 17:43:06 +03:00
LICENSE Add license 2021-08-09 18:36:54 +03:00
README.md Updating README to latest changes 2022-01-11 17:29:13 +03:00
userhash.py Printing hashing parameters to stdout 2022-01-11 17:29:34 +03:00

README.md

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