Open
Description
The default PasswordEncoder
in PasswordEncoderFactories
is BCryptPasswordEncoder
.
We should consider changing the default to another PasswordEncoder
based on the recommendations in OWASP Password Storage Cheat Sheet.
The default PasswordEncoder
in PasswordEncoderFactories
is BCryptPasswordEncoder
.
We should consider changing the default to another PasswordEncoder
based on the recommendations in OWASP Password Storage Cheat Sheet.