资源列表
RsaNesc
- Program that implements the RSA in nesC language
TinyECC1.0
- Program that implements ECC algorithm in TinyOS
rc4_test
- rc4 加解密 源代码,rc4加解密字符串,接口简单。用vs2008编译通过,也可以单独拿出cpp文件在其他环境下建立工程。-rc4 encryption and decryption source code, rc4 encryption and decryption of string, simple interface. Compiled with vs2008 through, you can also separate out the cpp file to the establish
ase
- ase加密里面有案例不知是什么类型的加密-about ase
Base64
- 利用openssl源码对文本文件内容实现base64编码和解码,利用c语言实现,VC平台-implement base64 encode and decode by using openssl
Digest
- 利用openssl源码实现md5摘要算法,对文件中的内容进行摘要计算-implement MD5 by using openssl
DESEN_DESDE
- DES加密解密互译,C++代码,看实现文件互译-DES encryption and decryption of translation, the C++ code, see implementation document translation
x.509
- c++实现x509证书取公钥,没有用到类库, 利用c++语言基本读写等函数做成-c x509 certificates to take the public key, and did not use the class library, Using c language and basic literacy functions made
rsn
- rsn算法RSA算法的描述 1、选取长度相等的两个大素数p和q,计算其乘积: n = pq 然后随机选取加密密钥e,使e和(p–1)(q–1)互素。 最后用欧几里德扩展算法计算解密密钥d,以满足 ed = 1(mod(p–1) ( q–1)) 即 d = e–1 mod((p–1)(q–1)) e和n是公钥,d是私钥 2、加密公式如下: ci = mi^e(mod n) 3、解密时,取每一密文分组ci并计算: mi = ci^d
MD5
- MD5算法类,可用于计算字符串、文件等的MD5值,直接调用,方便简洁-The MD5 algorithm class can be used to calculate a string, file MD5 value, direct calls, convenient and simple
Theorie-des-codes
- Theorie des codes [French]
md5_utf81
- md5_utf81 md5加密 utf81-md5加密 utf81
