md5($salt.md5($pass)) No crack - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: md5($salt.md5($pass)) No crack (/thread-4475.html) |
md5($salt.md5($pass)) No crack - hashnew - 06-25-2015 Hey everyone,I made the following test: password:123456 salt:http://www.google.comR1191SOF hash types: md5($salt.md5($pass)) The password hash: 0666a532923627fb464fc3c4122de58f The test6.txt: 0666a532923627fb464fc3c4122de58f:http://www.google.comR1191SOF ./oclHashcat64.bin -m 3710 --attack-mode 3 test6.txt --increment --increment-min 6 --increment-max 6 --custom-charset1 ?d ?1?1?1?1?1?1 Carck result: Session.Name...: oclHashcat Status.........: Exhausted Input.Mode.....: Mask (?1?1?1?1?1?1) [6] Hash.Target....: 0666a532923627fb464fc3c4122de58f:http://www.google.comR1191SOF Hash.Type......: md5($salt.md5($pass)) Time.Started...: 0 secs Time.Estimated.: 0 secs Speed.GPU.#1...: 56227.2 kH/s Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts Progress.......: 1000000/1000000 (100.00%) Skipped........: 0/1000000 (0.00%) Rejected.......: 0/1000000 (0.00%) No crack,Why? RE: md5($salt.md5($pass)) No crack - atom - 06-25-2015 Salt is too long RE: md5($salt.md5($pass)) No crack - hashnew - 06-25-2015 I've met so long salt.How to solve it? Thank you! RE: md5($salt.md5($pass)) No crack - atom - 06-25-2015 See here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_the_maximum_supported_salt_length RE: md5($salt.md5($pass)) No crack - hashnew - 06-25-2015 "The maximum supported salt-length, in general, for the generic hash-types is 31." salt:http://www.google.comR1191SOF The Salt is 28,Why not support? If not support, subsequent versions can add it? Thank you! RE: md5($salt.md5($pass)) No crack - atom - 06-25-2015 In general, but not always. Please read https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_want_to_request_some_new_algorithms_or_features_how_can_i_accomplish_this |