资源列表
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
vb1.
- 文件比较加密等,包含详细代码,有详细介绍。-File comparison encryption
jiami
- AES加密算法,全部加密过程,可直接生成JAR文件运行-AES encryption algorithm
main
- 一个功能强大的字符串加密解密动态库文件,支持中文加密和解密可以自定定义密钥。-A powerful string encryption and decryption dynamic library files, support for Chinese encryption and decryption can customize the definition of keys.
