servlet-authentication-passwords-storage-password-encoder.md 549 字节
Newer Older
茶陵後's avatar
茶陵後 已提交
1 2 3 4 5 6 7
# PasswordEncoder

Spring Security’s servlet support storing passwords securely by integrating with [`PasswordEncoder`](../../../features/authentication/password-storage.html#authentication-password-storage).
Customizing the `PasswordEncoder` implementation used by Spring Security can be done by [exposing a `PasswordEncoder` Bean](../../../features/authentication/password-storage.html#authentication-password-storage-configuration).

[UserDetailsService](user-details-service.html)[DaoAuthenticationProvider](dao-authentication-provider.html)