For the latest stable version, please use Spring Security 6.4.1!spring-doc.cn

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.spring-doc.cn