Custom iterations count
#1
Hello everyone,

I'll admit this is a pretty weird scenario, but sadly I have to face it.
I have a sha512 salted hash, with custom iterations for each user. For example User A has 7200 iterations, User B 9100 and so on.
(Beats me why they didn't just use bcrypt with a freaking high cost value)

Any suggestions on how can I deal with it?
Github forking is the only way?


Messages In This Thread
Custom iterations count - by vladimir125 - 12-28-2015, 06:54 PM
RE: Custom iterations count - by philsmd - 12-28-2015, 08:14 PM
RE: Custom iterations count - by vladimir125 - 12-28-2015, 08:51 PM