Published: 2015
Some hype has been going around the web lately related to the use of Bcrypt and how it opens you up to denial-of-service attacks. Now, to the seasoned developer, this is a completely ridiculous notion. As developers, we think about how and when resources will be consumed on a daily basis.
To be fair, one of the videos I saw was targeting "inexperienced developers" and didn't offer many solutions to the issue. I wanted to chime in with some simple measures to implement which will help deter attackers from using your derivation function against you:
That's it. Simple.
Thanks for stopping by.