hashcat Forum
Question with hash sha-256 - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: General Talk (https://hashcat.net/forum/forum-33.html)
+--- Thread: Question with hash sha-256 (/thread-5868.html)



Question with hash sha-256 - Puablo - 09-12-2016

Hello guys!

Please help me...
Does anyone know how to choose the right dictionary for this type of hash?
Example with this hash code:

hash = sha256(outcome + '|' + seed)

Code:
923XYZ = where '|' could be an outcome of 923 and a seed of XYZ or an outcome of 92 and a seed of 3XYZ


And this is my line:
hashcat64.exe --force -a 0 -m 1400 -d 1 -D 2 -w 3 gg1.hash gg1.dict
pause
This is the correct line?

P.S. I have x1 AMD R290 on the one PC and x4 AMD R290 on another PC.