资源列表
3des
- 3DES 算法的实现,实现3DES算法的源码和程序-3DES source code 3DES source code 3DES source code
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
aes-CCM
- aes-CCM.rar crypto 加解密上傳的源碼-aes-CCM crypto
AES
- AES加密解密 好 好-good
DES
- des加密非常好的加密软件源码,欢迎你下载-des very good very goodvery good
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
Practical Attack on KeeLoq
- Practical Attack on KeeLoq. KeeLoq, cryptanalysis, block ciphers, slide attacks, meetin- the-middle attacks.
Cryptoanalysis of the KeeLoq block cipher
- KeeLoq block cipher, cryptanalysis, slide attacks, guessand- determine attacks, distinguishing attacks
TrueCrypt_6.3a_Source
- 完美的虚拟加密文件系统程序。可以加密硬盘、优盘等,可以创建自己的文件保险箱,界面简单、易用。 -The perfect virtual encrypted file system program. Can encrypt hard disks, USB flash drives, you can create your own document safes, the interface simple and easy to use.
tea
- tea算法的实现,网络安全的密码算法之一-tea
DESforVB
- 这是一个VB DES的源程序,但一直不能运行,高兴指点下-We now pick from the Internet to provide the source code to share with you all.
Berlekamp_Massey_Algo_MiniPoly
- Pseodu-random sequence Berlekamp-Massey Algorithm