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 1bbb63c commit 3a4af50Copy full SHA for 3a4af50
crypto/src/main/java/org/springframework/security/crypto/factory/PasswordEncoderFactories.java
@@ -41,8 +41,9 @@ public class PasswordEncoderFactories {
41
* updates should not impact users. The mappings current are:
42
*
43
* <ul>
44
+ * <li>bcrypt - {@link BCryptPasswordEncoder} (Also used for encoding)</li>
45
* <li>noop - {@link NoOpPasswordEncoder}</li>
- * <li>pbkdf2 - {@link Pbkdf2PasswordEncoder} (Also used for encoding)</li>
46
+ * <li>pbkdf2 - {@link Pbkdf2PasswordEncoder}</li>
47
* <li>scrypt - {@link SCryptPasswordEncoder}</li>
48
* <li>sha256 - {@link StandardPasswordEncoder}</li>
49
* </ul>
0 commit comments