03-12-2019, 12:01 PM
in this case it depends heavily on the iteration count. this information is stored/present within the hash itself.
the hash used within the benchmark uses 10000 iterations (iter) and 1000 iterations (dpic)
the format of the hashes is:
$itunes_backup$*10*WPKY*ITER*SALT*DPIC*DPSL
your ITER or DPIC numbers could be different from the benchmark (ITER = 10000, DPIC = 1000).
what are your numbers ?
btw: it's also important that you do not use multiple hashes, since the speed will decrease depending on the number of salts (of course!). benchmark uses a single hash
the hash used within the benchmark uses 10000 iterations (iter) and 1000 iterations (dpic)
the format of the hashes is:
$itunes_backup$*10*WPKY*ITER*SALT*DPIC*DPSL
your ITER or DPIC numbers could be different from the benchmark (ITER = 10000, DPIC = 1000).
what are your numbers ?
btw: it's also important that you do not use multiple hashes, since the speed will decrease depending on the number of salts (of course!). benchmark uses a single hash