Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Length of hash_to_verify should not be greater than 137 characters. #20

Open
Skeyelab opened this issue Sep 29, 2023 · 0 comments

Comments

@Skeyelab
Copy link

Skeyelab commented Sep 29, 2023

@jacklevin74 I'm coming across this error whenever I find a valid hash. My suspicion is that the issus is: $argon2id$v=19$m=17400,t=1,p=12$WEVOMTAwODIwMjJYRU4$NqNdXnXUNI9TMUnWg8p7pGqWWCOyOEMr4Ap5joa8hrvX80dKtsw0/I+AW1ZqOhJf3iFZU4AGg6u0hc6X6asX9g is 138 characters. Maybe $argon2id$v=19$m=17400,t=1,p= should be removed?

Found valid hash for target XUNI after 88937 attempts
Mining: 88937 Hashes [03:48, 388.74 Hashes/s, Difficulty=17400]
{'hash_to_verify': '$argon2id$v=19$m=17400,t=1,p=12$WEVOMTAwODIwMjJYRU4$NqNdXnXUNI9TMUnWg8p7pGqWWCOyOEMr4Ap5joa8hrvX80dKtsw0/I+AW1ZqOhJf3iFZU4AGg6u0hc6X6asX9g', 'key': 'a8a50221e724494bc25e07b12e5dda5a41b86c9a84d76d7dbbea0c0a7fd0a6b8', 'account': 'XXXXXXXXXXXXXX', 'attempts': 88937, 'hashes_per_second': 388.74010849438537, 'worker': None}
HTTP Status Code: 401
Server Response: {'message': 'Length of hash_to_verify should not be greater than 137 characters.'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant