Rename pfizerhash to userhash

master
Антон Касимов 2021-08-09 18:43:40 +03:00
parent 559cc7cd69
commit 2234afe560
Signed by: toxa
GPG Key ID: CC3C1E3EA2534D0C
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# pfizerhash
# userhash
Generate pseudonyms for user profiles based on hashing of user data.
CSV file with user data and a header is read line by line.
@ -19,7 +19,7 @@ Either Python 3.6 with OpenSSL 1.1+ or py-scrypt is required.
See help for more information:
```sh
python3 pfizerhash.py -h
python3 userhash.py -h
```
## Authors