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 2fa5d5c commit 49ec4b5Copy full SHA for 49ec4b5
1 file changed
src/main/java/org/apache/commons/codec/digest/Crypt.java
@@ -100,7 +100,7 @@ public static String crypt(final String key) {
100
* <li>SHA-512 salts start with {@code $6$} and are up to 16 chars long.
101
* <li>SHA-256 salts start with {@code $5$} and are up to 16 chars long
102
* <li>MD5 salts start with {@code $1$} and are up to 8 chars long
103
- * <li>DES, the traditional UnixCrypt algorithm is used else with only 2 chars
+ * <li>DES, the traditional UnixCrypt algorithm is used with only 2 chars
104
* <li>Only the first 8 chars of the passwords are used in the DES algorithm!
105
* </ul>
106
* The magic strings {@code "$apr1$"} and {@code "$2a$"} are not recognized by this method as its output should be
0 commit comments