Benchmark K10 and Rejected hash
#2
You have 1147 distinct salts, therefore the speed is divided by 1147 (since each word must be combined w/ those 1147 salts, roughlty speaking).

112.7 kH/s * 1147 = 128.464 MH/s

Descrypt passwords are limited to 8 characters. So the range is from 0 length to 8 length, everything above that length will be rejected.
Therefore you should chose your input files/rules more carefully (especially for descrypt).

Hope this helps


Messages In This Thread
Benchmark K10 and Rejected hash - by troufyon - 02-11-2014, 08:10 PM
RE: Benchmark K10 and Rejected hash - by philsmd - 02-11-2014, 08:22 PM
RE: Benchmark K10 and Rejected hash - by troufyon - 02-12-2014, 11:41 AM