Browse Source

Update MessageDigestPasswordEncoder.java

Crystal.Sea 4 years ago
parent
commit
0c0bc3aed3

+ 1 - 1
maxkey-core/src/main/java/org/maxkey/crypto/password/MessageDigestPasswordEncoder.java

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