资源列表
AES_GCM_128_z
- GCM工作模式、AES加密代码 C文件-AES GCM C language
DCT
- 图像加密的一种算法,DCT变换用于提取图像特征(The algorithm is used to encode picture, and use DCT transform)
AES加密解密
- 用Java编写AES加密算法,实现加密解密过程(Using Java to write AES encryption algorithm to achieve encryption and decryption process)
hill
- hill的加密解密代码,很牛的,你要相信我没错(Hill encryption and decryption code, very cattle, you have to believe I am right)
DES_Encryption
- PHP JAVA C#互通的DES加密解密算法 C#代码 /// <summary> /// 进行DES解密。 /// </summary> /// <param name="pToDecrypt">要解密的串</param> /// <param name="sKey">密钥,且必须为8位。</param>
字符串加解密码
- 字符串加解密码程序,用于字符串的加解密,VB源码-string plus a secret code procedures for the string encryption and decryption, VB source
AES
- 对密码学的课程设计有好处是AES的实现过程-Curriculum design of good cryptography is the realization process of AES
softdecode
- 行业加密解密传统做法及理论,是学习加密解密的好帮手。-Encryption and decryption of traditional industry practice and theory, is to learn encryption and decryption is a good helper.
outerbridge-lucifer
- LUCIFER加密解密算法-criteria encryption and decryption algorithm
md5
- 读入txt文本文件内容,并将其内容分块重组,然后将重组后的文件内容进行md5加密!
md5.cpp
- md5 algorithm for encryption and decryption of the string which is used ion network
DES
- DES通用加密方法。首先,创建一个该工具类对象:如 DES des = new DES(key),其中key为位数大于8的密钥 其次,对原始信息data进行加密,直接调用encrypt方法,得到加密后的字符串,如 String encryptResult = des.encrypt(data) //得到加密后的数据字符串 最后,对加密后的字符串encryptResult解密,直接调用decrypt方法,可得到与原始数据data一致的字符串,如 String decryptRe
