资源列表
AES-Crypto-SN-Generator
- AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
IDA-Pro-5.4-help-chinese
- IDA Pro的中文帮助手册,值得收藏。-IDA Pro Chinese help manual, it is worth Collection
MingZhongCaiPiao309
- 这是一款彩票软件《命中彩票3.09》的通用注册机及注册机源码.-RI Lottery hit 3.09 Source
RSAcodeformfc
- RSA的加密代码,含MFC界面,功能强大,可支持任意长度密钥。-RSA' s encryption code with MFC interface, powerful, can support an arbitrary length of the key.
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