hashcat Forum
SHA256 base64 - please help - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: SHA256 base64 - please help (/thread-4779.html)



SHA256 base64 - please help - bigbadbri - 11-04-2015

Hi i'm a noob and hoping for some help with a sha256 base64.

I've searched and read another topic but i'm still unsure about something.

So i've got a list that looks like this; (i've replaced some characters with X's, hope i'm right in doing so)

5X7hLXH8MBXRPLc/km/FN/YXmEXR8576ZoXqXqmTXfM=
K4Xoy1Z/nxcbIA7iGX8UdA+rnvtXPIuyI5/NesqX6/A=
JnXnSp/c0Xnf+WxqrVR28KxOcaeXptBhaXN9TgZ8U1k=

then i've used a Base64 -> hexadecimal string decoder i found from google which converts it to:

e4dee12f81fx301e913cb73f926fx537f617984291f39efa6680xa0ea99365f3
2b83e8xb567f9e171b200ex2191f14740fab9efb543c8bb2239fxd7aca96xbf0
2675274A9FDxD169DFF969EAAD5476x0AC4E71A783A6x06169637x4E067C5359 (didn't lowercase this one)

then i've run that through hashcat on sha256 but i've not found any hits with 20GB wordlist. Is there anything i'm missing.

If i'm not pushing my luck how to you arrange your results so they aren't all in one solid text.

Any help would be greatly appreciated


RE: SHA256 base64 - please help - Rolf - 11-05-2015

(11-04-2015, 12:20 AM)bigbadbri Wrote: then i've run that through hashcat on sha256 but i've not found any hits with 20GB wordlist. Is there anything i'm missing.
You're not missing anything, there is no practical way to get a hash cracked with 100% guarantee.

Not sure what you meant by the second question, but the tools here output one hash per line for results.


RE: SHA256 base64 - please help - bigbadbri - 11-05-2015

That's good news, thanks for replying.

The other question was my cracked passwords on version 0.50 come out as one text including the hash so I don't know where a password ends and a hash begins. I use

-m 400 -a 0 -o then the location of input and output folder.


RE: SHA256 base64 - please help - rico - 11-06-2015

Use --outfile-format=3 to specify the format:

Code:
hash[:salt]:plain



It's all in the --help

Code:
==========
References
==========

* Outfile formats:

    1 = hash[:salt]
    2 = plain
    3 = hash[:salt]:plain
    4 = hex_plain
    5 = hash[:salt]:hex_plain
    6 = plain:hex_plain
    7 = hash[:salt]:plain:hex_plain
    8 = crackpos
    9 = hash[:salt]:crackpos
   10 = plain:crackpos
   11 = hash[:salt]:plain:crackpos
   12 = hex_plain:crackpos
   13 = hash[:salt]:hex_plain:crackpos
   14 = plain:hex_plain:crackpos
   15 = hash[:salt]:plain:hex_plain:crackpos