You are not logged in.

#1 2009-09-01 19:33:57

thoughtcrime
Member
Registered: 2008-09-27
Posts: 156
Website

Java Script Brute Force Calculator, supports GPGPU

vMjlpdw


jwcxz's mirror
ompload mirror (updated)
blog post (with sourcecode in case omploader deletes it)

I don't know if anyone except me might need this, but I wrote a script that allows you to calculate how long one would need to crack a password of a specific length (depending on his hardware and number of different characters).

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 post here). 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.

Have fun with that. Yes, Java Script required!

Last edited by thoughtcrime (2009-12-05 21:34:38)


- blog (about arch and other stuff): http://thoughtyblog.wordpress.com/
- x86_64 user

Offline

#2 2009-09-01 21:09:35

jwcxz
Member
Registered: 2008-09-23
Posts: 239
Website

Re: Java Script Brute Force Calculator, supports GPGPU

Pretty neat!  Would you like me to mirror it on my server?


-- jwc
http://jwcxz.com/ | blog
dotman - manage your dotfiles across multiple environments
icsy - an alarm for powernappers

Offline

#3 2009-09-01 21:12:00

thoughtcrime
Member
Registered: 2008-09-27
Posts: 156
Website

Re: Java Script Brute Force Calculator, supports GPGPU

Sure, that would be nice smile


- blog (about arch and other stuff): http://thoughtyblog.wordpress.com/
- x86_64 user

Offline

#4 2009-09-01 21:28:53

jwcxz
Member
Registered: 2008-09-23
Posts: 239
Website

Re: Java Script Brute Force Calculator, supports GPGPU

Here you go:

http://jwcxz.com/mirror/bfc/

I added a quick line at the top crediting you.

I'm going to play around with this as soon as I figure out what my GTX 285 is capable of.  smile

Last edited by jwcxz (2009-09-01 21:29:38)


-- jwc
http://jwcxz.com/ | blog
dotman - manage your dotfiles across multiple environments
icsy - an alarm for powernappers

Offline

#5 2009-09-01 21:30:12

thoughtcrime
Member
Registered: 2008-09-27
Posts: 156
Website

Re: Java Script Brute Force Calculator, supports GPGPU

Cool, I'll add it to the start post!

EDIT: strange how the style gets slightly changed on omploader (see my screenshot). On your mirror I can see it like it was intended to be smile

Last edited by thoughtcrime (2009-09-01 21:32:35)


- blog (about arch and other stuff): http://thoughtyblog.wordpress.com/
- x86_64 user

Offline

#6 2009-12-05 21:32:39

thoughtcrime
Member
Registered: 2008-09-27
Posts: 156
Website

Re: Java Script Brute Force Calculator, supports GPGPU

Turns out I didn't think of leap years, as Adam told me. I've fixed the source code on my blog and will ompload the fixed version now. jwcxz's mirror however will be out of date until he fixes it.


- blog (about arch and other stuff): http://thoughtyblog.wordpress.com/
- x86_64 user

Offline

Board footer

Powered by FluxBB