2
0

password-encoder.adoc 471 B

12345
  1. [[servlet-authentication-password-storage]]
  2. = PasswordEncoder
  3. Spring Security's servlet support includes storing passwords securely by integrating with xref:features/authentication/password-storage.adoc#authentication-password-storage[`PasswordEncoder`].
  4. You can customize the `PasswordEncoder` implementation used by Spring Security by xref:features/authentication/password-storage.adoc#authentication-password-storage-configuration[exposing a `PasswordEncoder` Bean].