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 22
22
import java .util .regex .Pattern ;
23
23
24
24
/**
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.
26
26
* <p>
27
27
* This class only implements the traditional 56 bit DES based algorithm. Please use Crypt.crypt() for a method
28
28
* that distinguishes between all the algorithms supported in the current glibc's crypt().
33
33
* </p>
34
34
* <p>
35
35
* 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./]} .
37
37
* </p>
38
38
* <p>
39
39
* This class is immutable and thread-safe.
You can’t perform that action at this time.
0 commit comments