[WISH] double salted sha1 hashes support

Hi,
I would really appreciate the support of double salted sha1-hashes.
Those hashes are made in PHP with a code like:
The only tool I found that seems to be PasswordsPro and it doesn't even support multicore CPU.
I would really appreciate the support of double salted sha1-hashes.

- 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.
