BigCrypt hash - 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: BigCrypt hash (/thread-10289.html) |
BigCrypt hash - ynvaz - 08-25-2021 Hello, I need to decrypt BigCrypt, as I understood it in hashcat, it is not there, advise something, I will be very grateful Hash example: Code: jlcXXXiXNHfXXX RE: BigCrypt hash - royce - 08-25-2021 I don't think that hashcat supports it. John the Ripper supports BigCrypt, which is actually an HP-authored extension of descrypt that supports longer passwords. I think it is still found on HP-UX but has been deprecated. RE: BigCrypt hash - ynvaz - 08-25-2021 (08-25-2021, 02:00 AM)royce Wrote: I don't think that hashcat supports it. John the Ripper supports BigCrypt, which is actually an HP-authored extension of descrypt that supports longer passwords. I think it is still found on HP-UX but has been deprecated.That is, to decrypt bigcrypt, you need to install the extension in John the Ripper? Or is it already built into John the ripper? It's just that I tried to find bigcrypt in it, but I couldn't find it, either it is called differently in it, or does it really need an extension...? |