How does one determine what strength parameter to pass to BCryptEncoder (default is 10) in Spring Java?

The spring documentation doesn’t say much, just that the default strength is 10. How does one determine when using increased strength might be warranted and what the trade off is?

Continue reading How does one determine what strength parameter to pass to BCryptEncoder (default is 10) in Spring Java?