Anyway to benchmark with specific parameters?
#1
Information 
I know that benchmark let's you select the algorithm but I was wondering if there was any way to do it with different parameters because the default benchmark mode for scrypt is (as far as I know) 2^10,1,1 whereas the minimum recommended is 2^14,8,1. With bcrypt it was simple to extrapolate as it just increases cputime with strength but with the memory differences I can' find a way to specify it w/o just putting a huge hash at it and trying to see how long it takes to guess it.

If that's the sole way to do it, does it list the guesses that were required?


P.S. I have an old laptop gpu but should be enough for some rough guesstimates(it's a GTX 485M 2GiB)


Messages In This Thread
Anyway to benchmark with specific parameters? - by 133794m3r - 03-09-2017, 05:55 PM