hashcat Forum
Don't work Sha-1(base-64) - 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 Sha-1(base-64) (/thread-835.html)



Don't work Sha-1(base-64) - Pacify - 01-18-2012

Hello, I'm French so I use a translator!
I started using hashcat, I wanted to test into crack a series of numbers, but I always find this error is in the picture!
This is the hash : 9ojABM3KScnl40bja60+p7asfJz5A8bmY4DOblHxCe8=

[Image: 802671Capture.png]


RE: Don't work Sha-1(base-64) - undeath - 01-18-2012

these are not exactly SHA1 hashes but base64(hex(sha1($pass))) ones. You need to base64-decode the hashes before you can crack them.


RE: Don't work Sha-1(base-64) - Pacify - 01-18-2012

when I decode, I do not get a readable writing, I 'got special characters ect ...
Where am I wrong :'( ?

=> öˆÀÍÊIÉåãFãk­>§¶¬|œùÆæc€ÎnQñ ï


RE: Don't work Sha-1(base-64) - chort - 01-19-2012

I believe that's correct. Try writing that into a file, then give hashcat the path to the file to read instead of passing the hash on the command line.


RE: Don't work Sha-1(base-64) - Pacify - 01-19-2012

I tried and it still does not work!
I dunno what to do: S


RE: Don't work Sha-1(base-64) - atom - 01-19-2012

You have to convert it to HEX, not to binary. For example, go to this site: http://x00.co/~tools/ and choose "Base64 decode to hex". With your hash, it will result an 64 byte string, which is usually SHA256 not SHA1.



RE: Don't work Sha-1(base-64) - Pacify - 01-19-2012

Thank you very much, it works perfectly: D!