Open shreepads opened 9 years ago
nrprocesed
only holds the number processed since the last run of the printProgress()
method as it is set to 0 at the end of the method.
As such it need not be changed immediately - will need a true 6 core machine cracking Rev 2 or true 4 core machine cracking Rev 5 security to trigger this bug.
The variable
nrprocessed
that stores a count of the number of passwords processed in order to show runtime stats isunsigned int
.Change to
unsigned long long int
in line with other password index variables.