Java-DES

所属分类:加密解密
开发工具:Java
文件大小:20KB
下载次数:238
上传日期:2006-03-31 16:08:02
上 传 者xw12345
说明:  DES算法的JAVA实现源代码,研究DES的朋友值得下载
(DES algorithm to achieve the Java source code, research DES friends worth the download)

文件列表:
Des.java (73420, 1997-01-31)
DesTest.java (35178, 1997-01-31)

This is an implementation of Eric Youngs C language Des and TripleDes library re-written in Java. The code is in the file Des.java, as well as the documentation. To create the html documentation type javadoc Des.java The file DesTest.java is the test code used to check the correctness of the Des and TripleDes implementation. To test the library type javac Des.java javac DesTest.java to compile the library and test code then type java DesTest to run the tests (success and failures are written to stdout). Coding to the Des and TripleDes implementations is made easier by the DesCrypt interface. This abstracts the difference between Des and TripleDes and allows the developer to write code that takes a DesCrypt object, and to pass either a Des or TripleDes object to that code. This code is provided in the hope it will be of use, but offers no warranties for fitness of purpose of any kind. However, if you do find it useful, drop me an email at jra@cygnus.com just to let me know. Jeremy Allison, jra@cygnus.com

近期下载者

相关文件


收藏者