搜索资源列表
xixianquan
- JAVA环境下的四种古典加密算法,移位,仿射,维吉尼亚,置换 详细的WORD设计文档,里面包含源码和运行程序截图-Java environment of the four classical encryption algorithm, displacement, affine, Virginia, WORD replacement detailed design document, which contains the source code and operating procedures
9-2AES
- java实现AES 加密解密算法,有详细的方法与使用说明
SHA1_java
- 用java实现的sha1加密算法,格式非常规范,标准的一个程序,注释很详细^_^-used to achieve the sha1 encryption algorithm, a very standardized format, a standard procedure, very detailed notes ^ _ ^
AES.java
- 此源代码为由JAVA编写的对称加密算法AES,详细编写了各个变换。-This source code is written in JAVA grounds of symmetric encryption algorithms AES, elaboration of the various transformations.
AES
- AES加密以及解密实现,这是一个AES文件加密软件,用VC++ MFC编写,里面有详细的源代码以及加密和解密的具体实现方法。-AES encryption and decryption to achieve, this is a AES file encryption software, written using VC++ MFC, which has detailed source code and encryption and decryption of the specific impl
PairKeyExample
- 非对称加密算法的JAVA代码,包含详细的代码注释,以及算法流程图。-Non-symmetric encryption algorithm JAVA code, the code contains detailed notes, as well as the algorithm flow chart.
sha1
- 很详细很新的SHA1算法JAVA版 来自国外网站的精品-Very detailed very new JAVA version of SHA1 algorithm fine site from abroad
Java-FileEncrpter
- 实现文本加密,内含源码,DES加密算法详细步骤及代码实现-To achieve a text encryption, includes source code, DES encryption algorithm and code detailed steps
DESPlus
- 在Java中实现DES加密和解密功能。详细请参照文件中的说明。-Implemented in Java DES encryption and decryption functions. See detailed instructions in the file.
Java-Encryption
- BASE64算法,MD5算法,SHA算法,HMAC算。 教程中包含上述几种算法的java实现方式。很详细。-BASE64 algorithm, MD5 algorithm, SHA algorithm, HMAC calculation. Tutorial contains the java implementation of several algorithms. Very detailed.
AES-Algorithm
- 信息安全 用java实现AES算法,内含详细的设计过程,适合课程设计-AES Algorithm
MD5
- java文件验证Md5加密,详细注释getMD5ofStr是类MD5最主要的公共方法,入口参数是你想要进行MD5变换的字符串-md5 Encryption
DESTest
- 这个是我自己写的DES加密解密程序,用java实现。内有源代码和比较详细的注释,可供大家参考使用。-This is the DES encryption and decryption in java. The code is writen by myself within source code and more detailed Codes are available for use and reference.
AC
- 详细的概述了java在加密揭秘方面的功能-Detailed overview of the functionality of the java encryption Secret
AES
- 用JAVA实现的AES算法,可对文件,字符串,byte数组加密,详细显示每一步加密过程-AES algorithm using JAVA, may file a string, byte array encryption, the encryption process every step of the detailed display
Source
- 用JAVA实现的AES算法,可对文件,字符串,byte数组加密,详细显示每一步加密过程,包含生成密匙,加密文件,用密钥k解密文件-AES algorithm using JAVA, may file a string, byte array encryption, the encryption process every step shown in detail, including key generation, encryption, file with the key k to decry
base64
- Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。 Base64编码是从二进制到字符的过程,可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他