搜索资源列表
encryptdll
- (转)一个包含目前所有流行的加解密代码(RSA,DSA,MD5等)的动态链接库,基本所有语言都有示例文件
300种加解密算法和原理
- 多个加解密程序的说明与源程序,MD5,DES,IDEA,DSA.MARS,BOWFISH,TEA-over encryption and decryption procedures notes and source, MD5, DES, IDEA, DSA.MARS, BOWFISH, TEA
C++加解密算法源代码大全
- 各种加密算法,包括DSA,SHA1,MD5,等等。。。。
crypto
- 多个加解密程序的说明与源程序,MD5,DES,IDEA,DSA.MARS,BOWFISH,TEA-Multiple encryption and decryption procedures and source code, MD5, DES, IDEA, DSA.MARS, BOWFISH, TEA
300种加解密算法和原理
- 多个加解密程序的说明与源程序,MD5,DES,IDEA,DSA.MARS,BOWFISH,TEA-over encryption and decryption procedures notes and source, MD5, DES, IDEA, DSA.MARS, BOWFISH, TEA
encryptdll
- (转)一个包含目前所有流行的加解密代码(RSA,DSA,MD5等)的动态链接库,基本所有语言都有示例文件-(Switch) that contains all the popular encryption and decryption code (RSA, DSA, MD5, etc.) of the dynamic link library, the basic sample file has all languages
cryptopp560
- 最新Crypto++5.6版 加密解密函数类库。C++版。完美支持Visual Studio 2008,2005,2003,2002,6.0,C++ Builder 2009,GCC等主流编译器。 -Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ci
CryptoPPRef
- 著名超强加密解密函数类库Crypto++的最新Reference参考资料。官方的超全!-Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumentation Hash Functions
200601220942288253
- ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。 密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x < p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。 ElGamal用于数字签名。被签信息为M,首先选择一个随机数k, k与 p - 1互质,计算 -首先选择一个随机数k, k与 p-
polarssl-1.1.1
- 加解密算法.支持AES, DES, SHA-1, RSA, DSA, Diffie-Hellman 等多种算法.-AES, DES, SHA-1, RSA, DSA, Diffie-Hellman
dsa
- dsa加密解密实现c代码,帮助学习dsa加解密实现原理,可直接调用封装函数实现对文件的dsa加解密-dsa encryption and decryption to achieve c code to help you learn dsa encryption and decryption principle, can directly call the wrapper function dsa encryption and decry
rsa-elgamal-dsa
- rsa Elgamal及DSA的使用实例,运用此类算法加密解密及签名验签-rsa Elgamal and DSA use instances, the use of such algorithm for encryption and decryption and signature inspection signed
secure-util
- Base64编码摘要:对称(DES,3DES,AES,IDEA)/非对称(RSA,ELGamal)加解密,RSA/DSA数字签名,数字证书.-Abstract: symmetric (DES, 3DES, AES, IDEA)/asymmetric (RSA, ELGamal) encryption and decryption, RSA/DSA digital signature, digital certificate.
dsa
- 用dsa方法进行数字签名,其中运用了SHA-1进行加密解密(Digital signature is carried out by using DSA method, which uses SHA-1 to encrypt and decrypt)
ECC_TEST
- 椭圆曲线(ECC)算法是一种公钥算法,它比流行的RSA算法有很多优点: 1)安全性能更高 , 如160位ECC与1024位RSA、DSA有相同的安全强度。 2)计算量小,处理速度快, 在私钥的处理速度上(解密和签名),ECC比RSA、DSA快得多。 3)存储空间占用小 ECC的密钥尺寸和系统参数与RSA、DSA相比要小得多, 所以占用的存储空间小得多。 4)带宽要求低。(OPENSSL ECC EC_get_