搜索资源列表

  1. encryptdll

    0下载:
  2. (转)一个包含目前所有流行的加解密代码(RSA,DSA,MD5等)的动态链接库,基本所有语言都有示例文件
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:379461
    • 提供者:火之狩人
  1. 300种加解密算法和原理

    1下载:
  2. 多个加解密程序的说明与源程序,MD5,DES,IDEA,DSA.MARS,BOWFISH,TEA-over encryption and decryption procedures notes and source, MD5, DES, IDEA, DSA.MARS, BOWFISH, TEA
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:377502
    • 提供者:万逸文
  1. C++加解密算法源代码大全

    0下载:
  2. 各种加密算法,包括DSA,SHA1,MD5,等等。。。。
  3. 所属分类:源码下载

    • 发布日期:2010-09-14
    • 文件大小:300866
    • 提供者:hxd850615
  1. crypto

    0下载:
  2. 多个加解密程序的说明与源程序,MD5,DES,IDEA,DSA.MARS,BOWFISH,TEA-Multiple encryption and decryption procedures and source code, MD5, DES, IDEA, DSA.MARS, BOWFISH, TEA
  3. 所属分类:文档资料

    • 发布日期:2024-06-12
    • 文件大小:406528
    • 提供者:韭叶
  1. 300种加解密算法和原理

    0下载:
  2. 多个加解密程序的说明与源程序,MD5,DES,IDEA,DSA.MARS,BOWFISH,TEA-over encryption and decryption procedures notes and source, MD5, DES, IDEA, DSA.MARS, BOWFISH, TEA
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:376832
    • 提供者:
  1. encryptdll

    0下载:
  2. (转)一个包含目前所有流行的加解密代码(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
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:378880
    • 提供者:火之狩人
  1. cryptopp560

    0下载:
  2. 最新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
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:1048576
    • 提供者:沧海
  1. CryptoPPRef

    0下载:
  2. 著名超强加密解密函数类库Crypto++的最新Reference参考资料。官方的超全!-Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumentation Hash Functions
  3. 所属分类:Windows编程

    • 发布日期:2024-06-12
    • 文件大小:6827008
    • 提供者:沧海
  1. 200601220942288253

    0下载:
  2. 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-
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:2521088
    • 提供者:崔光涛
  1. polarssl-1.1.1

    0下载:
  2. 加解密算法.支持AES, DES, SHA-1, RSA, DSA, Diffie-Hellman 等多种算法.-AES, DES, SHA-1, RSA, DSA, Diffie-Hellman
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:779264
    • 提供者:lianzao
  1. dsa

    0下载:
  2. 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
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:3072
    • 提供者:徐军
  1. rsa-elgamal-dsa

    0下载:
  2. rsa Elgamal及DSA的使用实例,运用此类算法加密解密及签名验签-rsa Elgamal and DSA use instances, the use of such algorithm for encryption and decryption and signature inspection signed
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:5120
    • 提供者:hdxs
  1. secure-util

    0下载:
  2. 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.
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:12288
    • 提供者:段维波
  1. dsa

    0下载:
  2. 用dsa方法进行数字签名,其中运用了SHA-1进行加密解密(Digital signature is carried out by using DSA method, which uses SHA-1 to encrypt and decrypt)
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:3800064
    • 提供者:
  1. ECC_TEST

    0下载:
  2. 椭圆曲线(ECC)算法是一种公钥算法,它比流行的RSA算法有很多优点: 1)安全性能更高 , 如160位ECC与1024位RSA、DSA有相同的安全强度。 2)计算量小,处理速度快, 在私钥的处理速度上(解密和签名),ECC比RSA、DSA快得多。 3)存储空间占用小 ECC的密钥尺寸和系统参数与RSA、DSA相比要小得多, 所以占用的存储空间小得多。 4)带宽要求低。(OPENSSL ECC EC_get_
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:1024
    • 提供者:zhangbuzhan

源码中国 www.ymcn.org