Updating README to latest changes

master
Антон Касимов 2022-01-11 17:29:13 +03:00
parent f1466e3a4e
commit 270cc5c839
Signed by: toxa
GPG Key ID: CC3C1E3EA2534D0C
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# 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.
Every line is converted to JSON object and hashed using the scrypt algorithm.
A salt of at least 16 bytes must be used.
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
@ -14,7 +14,7 @@ Either Python 3.6 with OpenSSL 1.1+ or py-scrypt is required.
```bash
pip install scrypt
```
## Usage/Examples
See help for more information: