Got it, but... I've launched :
Gives me the intermediate hexa hash :
$oldoffice$0*xxxxx:fb96d5b63a
As written by atom "Now that we have the intermediate hash, we can move forward to our second module:"
Output :
I've also tried with --output-format=1 to have "HEX[xx]" but same answer.
Is there a mistake with the given mode (-m 9700) ? When I use -m 9720 it gives me collisions.
Thanks for your help.
Code:
cudahascat64.exe --outfile-format 5 -m 9700 hash.txt -a 3 ?b?b?b?b?b -w 3 --potfile-disable -o res_tmp.txt
Gives me the intermediate hexa hash :
$oldoffice$0*xxxxx:fb96d5b63a
As written by atom "Now that we have the intermediate hash, we can move forward to our second module:"
Code:
cudahascat64.exe -m 9700 res_tmp.txt -a 3 ?a?a?a?a?a?a -w 3 --potfile-disable
Quote:WARNING: Hashfile 'res_tmp.txt' in line 1 ($oldoffice$0*xxxx:fb96d5b63a): Line-length exception
Parsed Hashes: 1/1 (100.00%)
ERROR: No hashes loaded
I've also tried with --output-format=1 to have "HEX[xx]" but same answer.
Is there a mistake with the given mode (-m 9700) ? When I use -m 9720 it gives me collisions.
Thanks for your help.