-
Notifications
You must be signed in to change notification settings - Fork 62
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
crypto1_bs parallel instances #6
Comments
Can you elaborate how to automate this approach? |
Sure thing: Mi pn532_uart collects around 15-20 nonces/sec, and once the complexity is around O(2^37) it takes at least 10-15 minutes to try cracking a key. If complexity is lower it can even take around 5 minutes. (I'm on a VM machine running over a i7-3230qm. Not the fastest, nor the slowest.) So the automation would go something like this:
Sometimes, I got distracted and the second crypto1_bs instance began cracking, and by some reason, the second instance finished cracking faster than the first crypto1_bs instance that was running. I hope I provided enough clarity. Thank you! |
Hello everyone. I'm by no means a programmer, but I think I've discovered a way to improve miLazyCracker's speed.
I've been doing this manually (Running crypto1_bs instances in parallel) with great results.
Too crazy?
The text was updated successfully, but these errors were encountered: