We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to crack JWT with HS256 What is the different between your project and hashcat with mode 16500 ? Thank you
The text was updated successfully, but these errors were encountered:
Honestly i have no idea. I originally built this project as a learning exercise and not to build the fastest solution out there.
I would expect hashcat to be faster than this because it's written in a low level language and probably built with performance in mind.
If anyone wants to do some benchmarks I'd be more than happy to quote/include the results somewhere here (maybe in the README)
Sorry, something went wrong.
Hey, yeah I believe I was wrong, because Hashcat uses MH, and technically I can do 4000 MH, so I assume that's way more then.
But your approach is pretty neat, to keep it running on a 2. Device.
No branches or pull requests
I want to crack JWT with HS256
What is the different between your project and hashcat with mode 16500 ?
Thank you
The text was updated successfully, but these errors were encountered: