Password4j docs 1 sentence per line
The Antora documentation convention is to use a single sentence per line as this helps with diffing and merging changes. Issue gh-17706
This commit is contained in:
@@ -466,9 +466,11 @@ However, there are no plans to remove them, since it is difficult to migrate exi
|
||||
[[authentication-password-storage-password4j]]
|
||||
== 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user