I'm reading the wikipedia definition about bcrypt but I don't understand the meaning of 'adaptative' and 'over time it can be made slower'. Can someone explain what they mean in this situation?
Tell me more
×
IT Security Stack Exchange is a question and answer site for
IT security professionals. It's 100% free, no registration required.
|
One of the inputs to the bcrypt algorithm is the number of rekeying rounds that will be used when calculating the hash. As time passes, and the CPU power available to potential attackers increases, you can simply increase this parameter to keep up -- you'll have to find some way to re-hash all of your old stored passwords, of course. |
|||
|
|