File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/org/bouncycastle/crypto/generators
jdk1.4/org/bouncycastle/crypto/generators Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414 * String format and the Base64 encoding
1515 * of the reference implementation on OpenBSD.
1616 * <p>
17- * Passwords are encoded using UTF-8. Encoded passwords longer than
17+ * Passwords are encoded using UTF-8 when provided as char[] . Encoded passwords longer than
1818 * 72 bytes are truncated and all remaining bytes are ignored.
1919 */
2020public class OpenBSDBCrypt
Original file line number Diff line number Diff line change 1414 * String format and the Base64 encoding
1515 * of the reference implementation on OpenBSD.
1616 * <p>
17- * Passwords are encoded using UTF-8. Encoded passwords longer than
17+ * Passwords are encoded using UTF-8 when provided as char[] . Encoded passwords longer than
1818 * 72 bytes are truncated and all remaining bytes are ignored.
1919 */
2020public class OpenBSDBCrypt
You can’t perform that action at this time.
0 commit comments