资源列表
Fibonacci_encryption
- 一种Fibonacci序列变换空域加密算法和解密算法。利用Fibonacci序列产生密钥,实现图像空域加密。-The airspace of a Fibonacci sequence transform encryption algorithm and decryption algorithm. The use of Fibonacci sequence generated key encryption to achieve the image airspace.
ImageFreqCipher
- 一种频域加密算法,图像经过DCT变换得到DCT系数,然后对DCT系数进行加密。然后对加密的DCT系数进行DCT反变换图像数据。最后对其加密后的图像数据进行线性变换来调整图像数据的取值范围在[0,255]。最后得到加密图像-A frequency-domain encryption algorithm, the image obtained through the DCT transform DCT coefficients, and then encrypt the DCT coefficien
Kqmz20091008
- 包括DES算法,PBOC算法,MAC验证算法,应用在电子钱包加密算法方面-Including the DES algorithm, PBOC algorithm, MAC authentication algorithm, encryption algorithm used in aspects of e-purse
aes-CCM
- aes-CCM.rar crypto 加解密上傳的源碼-aes-CCM crypto
AES
- AES加密解密 好 好-good
DES
- des加密非常好的加密软件源码,欢迎你下载-des very good very goodvery good
Lossless_Data_Hiding_Using_Histogram
- data hiding loss less apply in water marking-data hiding loss less apply in water marking
cmd5
- MD5加密的源代码,应用的人很多的。 在网上找了半天才找到的。-MD5
DES
- Simple Des algorithm with Encript-Decript mode
code
- 实现了playfair密码的加密,为控制台应用程序,可以方便的进行playfair的加密-crophy of playfair
DES
- DES算法实验报告和代码 1.输入名字,需8个字母,不足的补叉,多余的舍去 2.将字符按ASC2码值转化为二进制,存在数值(指针)中 3.对明文做IP置换(函数) 4.将转换后的数值分成两组,赋给L0,R0,执行下列运算L1—R0,R1-L0.....重复16轮 5.将结果L0R0合并至一个数值,做IP输出-DES algorithm and code an experimental report. Enter the name of eight letters take l
RSA
- RSA算法实验报告和代码 1.选取两个素数p,q(不可相差悬殊) 2.计算n=pq,f(n)=(p-1)(q-1) 3.选取e,满足1<e<f(n),则gcd(e,f(n))=1 4.计算d,满足de=1 mod f(n)。一般d>=[n的四分之一方],(e,n)为公钥,(p,q,d)为私钥,将明文0,1序列分组,使每组十进制小于n。c=[m的e次方] mod n,m=[c的d次方] mod n。-RSA algorithm and code an experi
