Question with hash sha-256
#1
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.