Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: Don't work Sha1(base64) on Hashcat
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!
command line
[Image: 09145018b4ca.png]

Error
[Image: 5aae66903bc6.jpg]

Code:
Hashes Sha1(base64)
bTc/D9BCsSKJpUT0zfAVmvoIHcg=
Un5xlzsePBe5iAmxbQ6Ie1tsIMM=
ITXzptpxehTHiYf3gQCkxlJRCUw=
kJPFBc/AgfQ4HefVjZBS48MxPSM=

please, explain why?
excuse for my english
At worst you can decode each hash in the standard length of 40 in hex.
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=
{SHA}Un5xlzsePBe5iAmxbQ6Ie1tsIMM=
{SHA}ITXzptpxehTHiYf3gQCkxlJRCUw=
{SHA}kJPFBc/AgfQ4HefVjZBS48MxPSM=
Big thanks. Smile. Works

Another question, if it is not difficult.
Whether the algorithm will be supported Whirlpool?
talal Wrote:Big thanks. Smile. Works

yw

talal Wrote:Another question, if it is not difficult.
Whether the algorithm will be supported Whirlpool?

currently not planned