资源列表
CryptCode.c
- Program demonstrating encryption
DES编码
- des在C#中的加密和解密的代码,使用C#语言编写的,欢迎使用!(DES in the C# encryption and decryption code, using C# language, welcome to use!)
1_21b
- 对采用维吉尼亚加密的密文分析密钥位数,进行解密(analyze the length of key and decrypy)
RC6
- RC的标准C语言源码,可以方便移植到其他平台上。(RC6 algorithm source code)
rc4dec
- RC4 encryption / decryption
RC4
- C RC4 implementation
Lab2 - Symmetric
- Cryptolab problem blah blah
main
- SPN,其中文是代换-置换网络,其实就是将一个比特串主要经过两种变换,分别是代换和置换,得到另一个比特串,从而实现加密的效果。但是前提是,可以经过类似的手段将这个比特串还原,这也就是解密了。(It's a substitution permutation network, in fact, a bit string is mainly transformed by two kinds, which are substitution and substitution, and obtain ano
1
- 学习AES加密,对128,192,256理解不是很深刻。还需要继续学。(Learning AES encryption)
base643216
- php计算base32与base16原码(the original code for calculate base32 and base16)
rtl
- 实现sha1(128)杂散算法。输入为64bit,输出160bit。(Implementation of SHA1 (128) algorithm. The input is 64bit, and the output is 160bit.)
ECC_TEST
- 椭圆曲线(ECC)算法是一种公钥算法,它比流行的RSA算法有很多优点: 1)安全性能更高 , 如160位ECC与1024位RSA、DSA有相同的安全强度。 2)计算量小,处理速度快, 在私钥的处理速度上(解密和签名),ECC比RSA、DSA快得多。 3)存储空间占用小 ECC的密钥尺寸和系统参数与RSA、DSA相比要小得多, 所以占用的存储空间小得多。 4)带宽要求低。(OPENSSL ECC EC_get_builtin_curves EC_GROUP_new_b
