资源列表
rc4
- RC4算法的控制台编程,流密码算法的实践,在控制台下实现对文本的加密解密。-Console programming RC4 algorithm, practice stream cipher algorithm, in the console to achieve decrypt the encrypted text.
WJNYPRINT
- 维吉尼亚算法的控制台编程,可以对文件进行,加密解密。-Virginia console programming algorithm, can file encryption and decryption.
cloud-key-generation
- cloud key generation technique based on cyclic key shift technique using matlab software
huafei
- 来的都是活的,很厉害,配合apk,-To all live, very powerful, with apk, tut tut. .
pancham-0.5
- MD5 open verilog code
RSA
- RSA加解密算法的小程序,非常利于初学者学习与理解该算法,也容易对其进行改进-RSA encryption algorithm small program, very beneficial for beginners to learn and understand the algorithm, it is easy to improve it
IDEA
- IDEA加解密算法的小程序,非常利于初学者学习与理解该算法,也容易对其进行改进-IDEA encryption algorithm small program, very beneficial for beginners to learn and understand the algorithm, it is easy to improve it
RC4
- RC4加解密的小程序,非常利于初学者学习与理解该算法,也容易对其进行改进-RC4 encryption and decryption applet, very beneficial for beginners to learn and understand the algorithm, it is easy to improve it
MD5
- MD5的小程序,非常利于初学者理解与学习该算法,也容易对其进行改进-MD5 applet, very beneficial for beginners to understand and learn the algorithm, it is easy to improve it
file
- 哈特莱变换的产生和解调,可以用于编码解码,以及接受处理时代替FFT的程序-Hartley transform of generation and demodulation, and can be used to code decoding, and accept the processing instead of the FFT program
Image-encryption---matlab
- 首先生成了超混沌序列,通过随机改变像素值,实现了图像的加密与解密,算法运行速度快,秘钥空间大-First ultra-chaotic sequence generated by randomly changing the pixel values, realize image encryption and decryption algorithm is fast, big secret key space
RSA
- 利用C\C++实现RSA算法的加、解密运算。 具体包括: 1)利用扩展的Euclid计算 a mod n 的乘法逆元; 2)Miller-Rabin素性测试算法对一个给定的大数进行测试; 3)实现的运算,并计算; 4)利用Euler定理手工计算,并与3)计算的结果对比; 5)实现RSA算法。并对 I LOVE NANJING UNIVERSITY OF AERONAUTICS AND ASTRONAUTICS 加解密。说明:为了方便实现,分组可以小一点,比如两个字母一组。