1
0
mirror of synced 2026-05-22 13:23:17 +00:00
Files
spring-security/docs/modules/ROOT/pages/servlet/authentication/unpwd/password-encoder.adoc
T
2021-09-23 15:50:11 -05:00

6 lines
468 B
Plaintext

[[servlet-authentication-password-storage]]
= PasswordEncoder
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].