mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 01:48:33 +08:00
Update MessageDigestPasswordEncoder.java
This commit is contained in:
parent
c2537813b5
commit
0c0bc3aed3
@ -75,7 +75,7 @@ import java.util.Base64;
|
||||
* @author Luke Taylor
|
||||
* @author Rob Winch
|
||||
* @since 5.0
|
||||
* @deprecated Digest based password encoding is not considered secure. Instead use an
|
||||
* deprecated Digest based password encoding is not considered secure. Instead use an
|
||||
* adaptive one way function like BCryptPasswordEncoder, Pbkdf2PasswordEncoder, or
|
||||
* SCryptPasswordEncoder. Even better use {@link DelegatingPasswordEncoder} which supports
|
||||
* password upgrades. There are no plans to remove this support. It is deprecated to indicate
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user