File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/apache/commons/codec/digest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222import java .util .regex .Pattern ;
2323
2424/**
25- * Unix crypt(3) algorithm implementation.
25+ * Unix <a href="https://man7.org/linux/man-pages/man3/ crypt.3.html">crypt (3)</a> algorithm implementation.
2626 * <p>
2727 * This class only implements the traditional 56 bit DES based algorithm. Please use Crypt.crypt() for a method
2828 * that distinguishes between all the algorithms supported in the current glibc's crypt().
3333 * </p>
3434 * <p>
3535 * This class is slightly incompatible if the given salt contains characters that are not part of the allowed range
36- * [a-zA-Z0-9./].
36+ * {@code [a-zA-Z0-9./]} .
3737 * </p>
3838 * <p>
3939 * This class is immutable and thread-safe.
You can’t perform that action at this time.
0 commit comments