From 270cc5c839d2783d22a169bd87e63c9a79d7cfba Mon Sep 17 00:00:00 2001 From: Anton Kasimov Date: Tue, 11 Jan 2022 17:29:13 +0300 Subject: [PATCH] Updating README to latest changes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: