资源列表
RsaEncrypt.cpp
- RSA公钥加密算法的C++实现,得到一个C++类-RSA,an algorithm for public-key cryptography
090740_DES
- des加密算法(包括手动和自动两种选择)-Des encryption algorithm(Includes both manual and automatic selection)
secshare1
- 一个完整的加密算法,有兴趣的可以看看一个完整的加密算法,有兴趣的可以-A complete encryption algorithm, interested can see a complete encryption algorithm, interested to see
FrameParser
- 实现对文件的CRC校验,用了查表法进行CRC校验
aes_cipher_top
- the first task of the ”main” program aes_demo is a call to aes_init in Line 1. This initialization routine supplies 1 the actual en- and decryption functions (cipher and inv_cipher) with the expanded key schedule w, the substitution tables s_bo
javaCipher
- 一个基于java平台的DES加密解密算法,key保存在文件中,KeyManager.java是该加密解密算法的使用范例-a java-based platform DES encryption and decryption algorithms, key stored in documents, KeyManager.java the encryption and decryption algorithms use examples
xxtea 加解密算法 c 语言实现
- xxtea 加解密算法 c 语言实现,包含调用例子-xxtea encryption and decryption algorithm c language, including calls examples
DES
- 算法流程 1.将要处理的二进制串进行IP置换 2.将密钥进行PC1置换(64位转为56位), 3.进行16轮操作,对于第i轮操作: 1)将上一次得到的PC1密钥(级除去第一次外,其他的都经过移位处理)的结果左右部分(各28位)分别循环左移1位或2位,然后将移位后的密钥进行PC2[i]置换. 2)将处理串均等分为左右两串Li,Ri(各32位),然后将右串Ri通过E盒拓展为新的右串R (48位),R 与上一步得到的PC2[i]子密钥进行异或操作,
Capon_Like_Method
- direction of arrival problem test
SHA-1
- SHA-1 Source Code This optimized SHA-1 implementation conforms to FIPS 180-1
md5
- 改算法是为了数据完整性校验,校验数据是否被改动过-Change the algorithm to data integrity check, check whether the data is modified
bmp_diffusion
- 对一幅图像进行扩散处理,改变图像中每一像素点的值-Image of a diffusion process, change the value of each pixel of the image
