Quantcast
Channel: hashcat Forum - All Forums
Viewing all articles
Browse latest Browse all 7673

complex md5 salted hash

$
0
0
Hi,
I have a hash which generated with the following formula:
md5($salt + "-" + md5($pass))
for example:
$salt = "blabla'
$pass = "dada"
so the formula will be:
$hash = md5("blabla-" + md5("dada"))

I saw mode 3710, which is md5($salt.md5($pass)), so can I do something like this:
-m 3710 and $hash:blabla-

Thanks.

Viewing all articles
Browse latest Browse all 7673

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>