SHA256
#2
You missed the bruteforce part:
hashcat64.exe -m 1400 -a 3 -i --increment-min=1 --increment-max=64 -o result.txt -1 ?d?l hashes.txt ?1*64 times

-1 ?d?l means digits + loweralpha
?1*64 times means repeat ?1 64 times (= increment max)

But 64 chars (a-z 0-9) is not achievable within a reasonable time.
Reply


Messages In This Thread
SHA256 - by fuukra00 - 02-29-2020, 01:23 AM
RE: SHA256 - by Mem5 - 02-29-2020, 02:59 PM