Skip to content

Commit 49ec4b5

Browse files
committed
Typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1635205 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2fa5d5c commit 49ec4b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/org/apache/commons/codec/digest

src/main/java/org/apache/commons/codec/digest/Crypt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public static String crypt(final String key) {
100100
* <li>SHA-512 salts start with {@code $6$} and are up to 16 chars long.
101101
* <li>SHA-256 salts start with {@code $5$} and are up to 16 chars long
102102
* <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
103+
* <li>DES, the traditional UnixCrypt algorithm is used with only 2 chars
104104
* <li>Only the first 8 chars of the passwords are used in the DES algorithm!
105105
* </ul>
106106
* The magic strings {@code "$apr1$"} and {@code "$2a$"} are not recognized by this method as its output should be

0 commit comments

Comments
 (0)