Hello,
What is the best approach to crack some hashes where the hashes are salted with username and salt?
Like this: md5(username+password+salt)
I guess I could make a rule that prepends the username and appends the salt. But it will only make sense with some specific usernames.
Regards Martin G
What is the best approach to crack some hashes where the hashes are salted with username and salt?
Like this: md5(username+password+salt)
I guess I could make a rule that prepends the username and appends the salt. But it will only make sense with some specific usernames.
Regards Martin G