ASCII encoded SHA256 - 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: ASCII encoded SHA256 (/thread-6523.html) |
ASCII encoded SHA256 - aratim - 05-02-2017 I have somewhat of an interesting case, i have a list of hashes that are produced using Code: ascii(sha256(password)) What methods are used to verify the produced hash? This is probably where i should be inserting some code like: Code: if(hash[0] >= 0x80) RE: ASCII encoded SHA256 - atom - 05-07-2017 Is the return of sha256(password) in binary? What is ascii()? |