need help finding md5 salt.. - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: need help finding md5 salt.. (/thread-2427.html) |
need help finding md5 salt.. - mekolat - 07-05-2013 i am trying to find the salt used for this function: md5($uid.$uname.$ismod.$salt) uid is 8972 uname is mekolat ismod is 0 salt is an unknown lowercase alnum string of 16 characters here's the hash: 70XXe51f7XX1b7916XX25eacc3XXb317 What settings should i use to crack it? RE: need help finding md5 salt.. - Rolf - 07-06-2013 md5($salt.$pass). Your hash should look like 70XXe51f7XX1b7916XX25eacc3XXb317:8972mekolat0 . However, if you do the math, you will learn that bruteforcing a alphanumeric string of 16 characters is futile. For 1000 7970s, for instance, it would take ~30690.4 years. RE: need help finding md5 salt.. - tonywilson - 07-20-2013 Hi to All! I am a new guy here and recently joined the forum to participate in interesting discussions. |