| Java-based implementation of the unix crypt(3) command
Based upon C source code written by Eric Young, eay@psych.uq.oz.au
Java conversion by John F. Dumas, jdumas@zgs.com
Found at http://locutus.kingwoodcable.com/jfd/crypt.html
Minor optimizations by Wes Biggs, wes@cacas.org
Eric's original code is licensed under the BSD license. As this is
derivative, the same license applies.
Note: Crypt.class is much smaller when compiled with javac -O
|