1781374089
This commit is contained in:
@@ -21,4 +21,4 @@ echo "Salt: $salt"
|
||||
echo "Credential: $credential"
|
||||
echo 'Protocol: echo -n "$credential" | argon2 "$(base64 -d <<< $salt)" -id -t 8 -m 19 -p 2 -r'
|
||||
echo
|
||||
echo "Verify with: bash hash_cred_verify.sh \"$credential\" \"$salt\" \"$hash\""
|
||||
echo "Verify with: hash_cred_verify.sh '$credential' '$salt' '$hash'"
|
||||
Reference in New Issue
Block a user