Page 1 of 1

[WISH] double salted sha1 hashes support

PostPosted: Thu Jul 28, 2011 4:07 pm
by bauerj
Hi,

I would really appreciate the support of double salted sha1-hashes. :) Those hashes are made in PHP with a code like:
Code: Select all
$hash = sha1($salt.sha1($salt.sha1($pass);


The only tool I found that seems to be PasswordsPro and it doesn't even support multicore CPU. :x

Re: [WISH] double salted sha1 hashes support

PostPosted: Thu Jul 28, 2011 4:19 pm
by Bitweasil
Salt is the same in both instances?

Can you provide me some sample passwords, salts, and hashes?

And what file format are they typically in?

I'll see what I can do :)

Donations are always welcome...

Re: [WISH] double salted sha1 hashes support

PostPosted: Thu Jul 28, 2011 5:15 pm
by bauerj
Yes, the salt is both times the same. Salts/passwords are stored in a SQL-database but PasswordsPro takes it like "Username:Hash:Salt:Comment" and I think it is a good way to save it^^

a few examples for you:
salt | password | hash
9ca30e59846af69d3bfa1d5fddd0e0dfb1c8ecec | test | 45e763f5a934e2d7713623184bb75523bd84552d
9a3c6b95577ff9e3940f3301f22d5d21ad12c1b3 | i'mar3allyg00Dpw | 09bd894fe635cc37312d5acffad29a269c3d33cf
f23c6b95577ff91340f3234f22d5dabd12c1b3 | another | b7a2dca6fce59c76cba6ee6f099c9c8a785f756c

Maybe I will send you some money for your great work :) But I have only PayPal :\

Re: [WISH] double salted sha1 hashes support

PostPosted: Thu Jul 28, 2011 5:19 pm
by Bitweasil
Woah, that's some long salt... I'll probably need multipass for that.

k, I'll see what I can do.

PayPal to <[email protected]> works just fine... ;-)

Re: [WISH] double salted sha1 hashes support

PostPosted: Thu Jul 28, 2011 5:24 pm
by bauerj
PayPal to <[email protected]> works just fine... ;)

Hehe, good to know^^ I hope it's not that complicated to do because i don't have that much money, but I will see what I can do :D