We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f13c5e commit d6f827cCopy full SHA for d6f827c
crypto/src/main/java/org/springframework/security/crypto/password/NoOpPasswordEncoder.java
@@ -26,7 +26,8 @@
26
* @deprecated This PasswordEncoder is not secure. Instead use an
27
* adaptive one way function like BCryptPasswordEncoder, Pbkdf2PasswordEncoder, or
28
* SCryptPasswordEncoder. Even better use {@link DelegatingPasswordEncoder} which supports
29
- * password upgrades.
+ * password upgrades. There are no plans to remove this support. It is deprecated to indicate that
30
+ * this is a legacy implementation and using it is considered insecure.
31
*/
32
@Deprecated
33
public final class NoOpPasswordEncoder implements PasswordEncoder {
0 commit comments