MD5Crypt |
A Java Implementation of the MD5Crypt function
Modified from the GANYMEDE network directory management system
released under the GNU General Public License
by the University of Texas at Austin
http://tools.arlut.utexas.edu/gash2/
Original version from :Jonathan Abbey, jonabbey@arlut.utexas.edu
Modified by: Vladimir Silva, vladimir_silva@yahoo.com
Modification history:
9/2005
- Removed dependencies on a MD5 private implementation
- Added built-in java.security.MessageDigest (MD5) support
- Code cleanup |