cryptoextensions-1.0-txt
来自「含有常用的一些加密标准算法实现」· 0-TXT 代码 · 共 37 行
0-TXT
37 行
Cryptographic extensions for JavaDescriptionThis library contains a suite of cryptographic classes for Java. All of the classes have been implemented in native code for performancereasons, and have been tested on Windows 95, Windows NT and Solaris. The package documentation is available on line. FeaturesAll of the following have been implemented using native methods: BigInteger class (based on code from Eric Young). This class implements arbitrary length integers and some associated mathematical functions. DES class (based on code from Eric Young) IDEA class MD5 class (based on code from RSA Data Security, Inc.) SHA class (based on code from NIST and Peter C. Gutmann) CopyrightThis library includes (or is derived from) software developed by (and owned by) the following: Peter C. Gutmann NIST RSA Data Security, Inc. Eric Young <eay@mincom.oz.au> Other parts of the library are covered by the following licence: Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?