spring-security/docs/modules/ROOT/pages/servlet/authentication/unpwd/password-encoder.adoc

6 lines
468 B
Plaintext
Raw Normal View History

[[servlet-authentication-password-storage]]
= PasswordEncoder
2021-08-11 04:21:42 +08:00
Spring Security's servlet support storing passwords securely by integrating with xref:features/authentication/password-storage.adoc#authentication-password-storage[`PasswordEncoder`].
Customizing the `PasswordEncoder` implementation used by Spring Security can be done by xref:features/authentication/password-storage.adoc#authentication-password-storage-configuration[exposing a `PasswordEncoder` Bean].