|
@@ -466,9 +466,11 @@ However, there are no plans to remove them, since it is difficult to migrate exi
|
|
[[authentication-password-storage-password4j]]
|
|
[[authentication-password-storage-password4j]]
|
|
== Password4j-based Password Encoders
|
|
== Password4j-based Password Encoders
|
|
|
|
|
|
-Spring Security 7.0 introduces alternative password encoder implementations based on the https://github.com/Password4j/password4j[Password4j] library. These encoders provide additional options for popular hashing algorithms and can be used as alternatives to the existing Spring Security implementations.
|
|
|
|
|
|
+Spring Security 7.0 introduces alternative password encoder implementations based on the https://github.com/Password4j/password4j[Password4j] library.
|
|
|
|
+These encoders provide additional options for popular hashing algorithms and can be used as alternatives to the existing Spring Security implementations.
|
|
|
|
|
|
-The Password4j library is a Java cryptographic library that focuses on password hashing with support for multiple algorithms. These encoders are particularly useful when you need specific algorithm configurations or want to leverage Password4j's optimizations.
|
|
|
|
|
|
+The Password4j library is a Java cryptographic library that focuses on password hashing with support for multiple algorithms.
|
|
|
|
+These encoders are particularly useful when you need specific algorithm configurations or want to leverage Password4j's optimizations.
|
|
|
|
|
|
All Password4j-based encoders are thread-safe and can be shared across multiple threads.
|
|
All Password4j-based encoders are thread-safe and can be shared across multiple threads.
|
|
|
|
|