资源列表
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
csharppicpass
- C#源码,加密解密,加密 C#利用图片加密文件,用图片加密文本,一种不同的加密方法.-C# source code, encryption and decryption, encryption C# picture using encrypted files, encrypted text with pictures, a different encryption method.
txtencode
- C#文本文件加密与解密实例源代码,浏览到一个文本即可加密或解密.-C# text file encryption and decryption of the source code examples, navigate to a text can be encrypted or decrypted.
ElGamalSignature
- El Gamaml signature implementation--ignore ythe own integer package generated
finalbb
- implementation of bear encryption in c
sha
- SHA加密算法原理及介绍,可用于学习,实验-sha encode decode
