For the latest stable version, please use Spring Security 6.3.4! |
PasswordEncoder
Spring Security’s servlet support storing passwords securely by integrating with PasswordEncoder
.
Customizing the PasswordEncoder
implementation used by Spring Security can be done by exposing a PasswordEncoder
Bean.