GPGPU. That is a new technology which allows to do mathematical instead of only graphical tasks with the GPU. The point is that video cards have a lot more GFLOPs than CPUs. While GPGPU is only effective for doing very parallel tasks, they are perfect for password cracking.
Today I just wanted to know how long someone would need to crack a password of a specific length with GPGPU. There are some Brute Force Calculators on the web, but the ones I’ve seen on my quick research only offer CPU, not GPU related results.
So I decided to write my own calculator in Java Script (so make sure to activate that), which does exactly what I want.
jwcxz’s mirror (thx!)
omploader mirror (updated)
How to use:
Everything should be self-explaining up to Combinations per second. For this one you need to decide what hardware you want to check your password against and how fast trying one combination can be (which also depends on the algorithm).
I’ve googled for something AES related, but I couldn’t really find anything (if you did, please leave a comment). Instead there’s a web page that lists how many keys per second video cards/CPUs can take when brute forcing the RC5-72 Algorithm, so go on and open that page in a tab.
As I am writing this, someone with a Radeon HD 4850-625 keeps the high score with 450951.8 kkey/sec (kkey/sec = thousand keys per second). So if I want to check a password against that card, I type below Combinations per second the number 450951800. For ten times that card, it will be 4509518000 and so on.
Enjoy!




