I clarify the issue,
If create a dictionary of the logins.
Then bruteforce:
hash1 -> login1,
hash1 -> login2,
hash1 -> loginN
But, hash is blowfish, its very slow =(
So I need,
hash1 -> login1
hash2 -> login2
hash3 -> login3
Thanks
If create a dictionary of the logins.
Then bruteforce:
hash1 -> login1,
hash1 -> login2,
hash1 -> loginN
But, hash is blowfish, its very slow =(
So I need,
hash1 -> login1
hash2 -> login2
hash3 -> login3
Thanks