File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/modules/ROOT/pages/features/authentication Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -605,7 +605,7 @@ This provides an alternative to Spring Security's built-in `Pbkdf2PasswordEncode
605
605
606
606
PBKDF2 is a key derivation function designed to be computationally expensive to thwart dictionary and brute force attacks.
607
607
This implementation handles salt management explicitly since Password4j's PBKDF2 implementation does not include the salt in the output hash.
608
- The encoded password format is: `{salt}:{hash}` where both salt and hash are Base64 encoded.
608
+ The encoded password format is: `+ {salt}:{hash}+ ` where both salt and hash are Base64 encoded.
609
609
610
610
.Pbkdf2Password4jPasswordEncoder
611
611
[tabs]
@@ -646,7 +646,7 @@ The `BalloonHashingPassword4jPasswordEncoder` implementation uses the Balloon ha
646
646
Balloon hashing is a memory-hard password hashing algorithm designed to be resistant to both time-memory trade-off attacks and side-channel attacks.
647
647
648
648
This implementation handles salt management explicitly since Password4j's Balloon hashing implementation does not include the salt in the output hash.
649
- The encoded password format is: `{salt}:{hash}` where both salt and hash are Base64 encoded.
649
+ The encoded password format is: `+ {salt}:{hash}+ ` where both salt and hash are Base64 encoded.
650
650
651
651
.BalloonHashingPassword4jPasswordEncoder
652
652
[tabs]
You can’t perform that action at this time.
0 commit comments