I'm trying find to alternative to CCCalibratePBKDF method on Java/Android to find out how many rounds of PBKDF2 I can do within certain amount of time.
Do you know any?
I'm currently implementing own solution based on calculating speed with small number of rounds and guessing number based on that but it's pretty inconsistent - on iOS numbers are pretty constant
side note - I don't know if iOS method is calculating that based on real numbers or they just know they hardware so they know numbers upfront.