![]() |
b64(b64(md5($pass))) supperted by hashcat - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: b64(b64(md5($pass))) supperted by hashcat (/thread-6005.html) |
b64(b64(md5($pass))) supperted by hashcat - freeroute - 11-02-2016 I would like to know b64(b64(md5($pass))) supported by hashcat? e.g: OVlBblpFcEp2azVxU2w2aGtRUGVRdz09 - it is not a real hash, changed some character according to hashcat rules. Thanks is advance. RE: b64(b64(md5($pass))) supperted by hashcat - darkseid4nk - 11-02-2016 Short answer: no. Long answer: You can see all supported modes in the hashcat help output, or here https://hashcat.net/wiki/doku.php?id=example_hashes RE: b64(b64(md5($pass))) supperted by hashcat - atom - 11-03-2016 With that algorithm you can simply reverse the b64 and then crack the md5 RE: b64(b64(md5($pass))) supperted by hashcat - freeroute - 11-03-2016 Thank you. I converted into this format by online base64 decoder. How can I convert to the supported format? Hashcat did not accept this (4G5qc2WQzGES6QkWAUgl5w==) format. converting from: 4G5qc2WQzGES6QkWAUgl5w== P9tKxonBOg3ymr8vOBLnDA== Lk7X7MxDgnJB8Q2Ara4wgQ== into this format: e06e6a736590cc6112e90916014825e7 3fdb4ac689c13a0df29abf2f3812e70c 2e4ed7eccc43827241f10d80adae3081 RE: b64(b64(md5($pass))) supperted by hashcat - freeroute - 11-03-2016 SOLVED. I got support from another forum. I would like to thank @atom and @darkseid4nk for the tip. On-line solution: On-line converter: https://cryptii.com/base64/md5 |