diff --git a/README.md b/README.md index 5bd2ed6..632bebb 100644 --- a/README.md +++ b/README.md @@ -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: