Benchmark compare algorithms
#5
(03-11-2016, 03:51 PM)epixoip Wrote: Hmm, I'm not sure you fully understand what's happening here. The benchmark for 'SHA-512' is for the literal SHA-512 algorithm. If you want to see an iterated algorithm based on SHA-512, then look at the benchmarks for sha512crypt, Drupal, PBKDF2-HMAC-SHA512, etc. It's that simple. No values were "chosen"...

For SHA512 you are right, no iterations.
Bcrypt does use iterations, the example uses 5 so 2^5. I was just wondering why 5. 
It doesn't really matter a lot but just wondering


Messages In This Thread
Benchmark compare algorithms - by raltszork - 03-11-2016, 12:33 PM
RE: Benchmark compare algorithms - by Xanadrel - 03-11-2016, 01:58 PM
RE: Benchmark compare algorithms - by raltszork - 03-11-2016, 03:10 PM
RE: Benchmark compare algorithms - by epixoip - 03-11-2016, 03:51 PM
RE: Benchmark compare algorithms - by raltszork - 03-11-2016, 04:07 PM
RE: Benchmark compare algorithms - by epixoip - 03-11-2016, 04:13 PM
RE: Benchmark compare algorithms - by raltszork - 03-11-2016, 04:14 PM