Don't work Sha1(base64) on Hashcat - 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: Don't work Sha1(base64) on Hashcat (/thread-53.html) |
Don't work Sha1(base64) on Hashcat - talal - 06-11-2010 Hi! command line Error Code: Hashes Sha1(base64) please, explain why? excuse for my english RE: Don't work Sha1(base64) on Hashcat - Xanadrel - 06-11-2010 At worst you can decode each hash in the standard length of 40 in hex. RE: Don't work Sha1(base64) on Hashcat - atom - 06-11-2010 SHA1(Base64) has to be of fixed length 28. the hashes are ok. but you need to prefix them with the {SHA} signature. so the hashes must look like this: Code: {SHA}bTc/D9BCsSKJpUT0zfAVmvoIHcg= RE: Don't work Sha1(base64) on Hashcat - talal - 06-11-2010 Big thanks. . Works Another question, if it is not difficult. Whether the algorithm will be supported Whirlpool? RE: Don't work Sha1(base64) on Hashcat - atom - 06-11-2010 talal Wrote:Big thanks. . Works yw talal Wrote:Another question, if it is not difficult. currently not planned |