1
0
mirror of synced 2026-05-22 21:33:16 +00:00

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:
Rob Winch
2025-09-15 09:22:08 -05:00
parent b2d4c52c53
commit c18aff7f5f
@@ -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.