Update MessageDigestPasswordEncoder.java

This commit is contained in:
Crystal.Sea 2020-09-03 21:24:48 +08:00
parent c2537813b5
commit 0c0bc3aed3

View File

@ -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