1781374089

This commit is contained in:
2026-06-13 12:08:08 -06:00
parent 6e0d004880
commit b7ee3498da
+1 -1
View File
@@ -21,4 +21,4 @@ echo "Salt: $salt"
echo "Credential: $credential" echo "Credential: $credential"
echo 'Protocol: echo -n "$credential" | argon2 "$(base64 -d <<< $salt)" -id -t 8 -m 19 -p 2 -r' echo 'Protocol: echo -n "$credential" | argon2 "$(base64 -d <<< $salt)" -id -t 8 -m 19 -p 2 -r'
echo echo
echo "Verify with: bash hash_cred_verify.sh \"$credential\" \"$salt\" \"$hash\"" echo "Verify with: hash_cred_verify.sh '$credential' '$salt' '$hash'"