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.
2 parents a94813f + ac7e904 commit dd5e462Copy full SHA for dd5e462
1 file changed
src/main/java/org/apache/commons/codec/digest/Md5Crypt.java
@@ -85,9 +85,9 @@ public static String apr1Crypt(final byte[] keyBytes) {
85
* </p>
86
*
87
* @param keyBytes plaintext string to hash.
88
- * @param random an arbitrary {@link Random} for the user's reason.
89
* @param random the instance of {@link Random} to use for generating the salt. Consider using {@link SecureRandom}
90
* or {@link ThreadLocalRandom}.
+ * @return the hash value
91
* @throws IllegalArgumentException when a {@link java.security.NoSuchAlgorithmException} is caught. *
92
* @see #apr1Crypt(byte[], String)
93
* @since 1.12
0 commit comments