Go to file
Антон Касимов c6f44c3aa3
Add license
2021-08-09 18:36:54 +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 Add basic usage information to README 2021-08-09 18:19:10 +03:00
pfizerhash.py Initial version 2021-08-09 17:44:03 +03:00

README.md

pfizerhash

Generate pseudonyms for user profiles based on hashing of user data. CSV file with user data and a header is read line by line. Every line is converted to JSON object and 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 py-scrypt

Usage/Examples

See help for more information:

python3 pfizerhash.py -h

Authors

Refferences