CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 公钥加密

搜索资源列表

  1. RSA_Prog

    0下载:
  2. rsa数字签名公钥加密私钥解密c++源代码-The C++ source program of RSA digital signature about encryption with public key and decryption with secret key.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5387
    • 提供者:冉冉
  1. 大数计算的源代码

    0下载:
  2. 大数计算在公钥加密中起到了重要的作用,如何操作大数呢,该程序也许能帮你解决这个问题有所帮助。-calculated in the end, the public key encryption plays an important role in the operation of large numbers do, the program may be able to help you resolve this problem some help.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5530
    • 提供者:王清华
  1. 公钥加密算法

    0下载:
  2. rsa加密解密是一种公钥加密算法,广泛应用于信息安全领域-rsa encryption and decryption is a public key encryption algorithm widely used in the field of information security
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8026
    • 提供者:张震
  1. security

    0下载:
  2. 说明: 1、里面有什么: 1.1、org.bouncycastle.*下的所有软件是bouncycastle组织开发的软件包 1.2、org.infosecurity.*下的软件包括: DES_CBC算法的实现 RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证) 数字信封的实现   利用数字信封实现大文件的加密、解密。 2、有什么用:   2.1 研究、学习信息安全中的密码学设计与实现技术。   2
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:213582
    • 提供者:雷敏
  1. VC_RSA

    0下载:
  2. 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要能用做公钥加密,必须满足下列条件: 1. 可以找到e ,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5523
    • 提供者:烟翔
  1. isprime

    0下载:
  2. 判断是不是大素数,的快速算法,适用于公钥加密算法-judgment is not large prime numbers, the fast algorithm applicable to the public key encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8286
    • 提供者:wanggang
  1. LibTomCrypt

    0下载:
  2. LibTomCrypt是一个全面的、可扩展的密码学函数库。包括了各类主要的加密函数,单向摘要函数,伪随机数生成器,公钥加密函数。 你可以在这里下载到源文件及其说明:http://www.libtomcrypt.org libtomcrypt在C++builder6下编译为tomcrypt.lib -LibTomCrypt is a comprehensive, scalable cryptography libraries. Including the major types
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:306997
    • 提供者:lucy
  1. WebRSA

    0下载:
  2. Web RSA是为Web浏览器提供的RSA公钥加密算法。使用Javascr ipt 来生成RSA加密数据,加密后的数据只能在服务器上解密,不能被窃听。-Web browser for the Web provided by the RSA public key encryption algorithm. Use Javascr ipt to generate RSA encrypted data, encryption of data can only be decrypted on the s
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:28732
    • 提供者:jstttx
  1. 7_Rsa

    0下载:
  2. RSA公钥加密算法基于大整数因式分解困难这样的事实。 选择两个素数,p,q。(一般p,q选择很大的数) 然后计算 z=p*q f=(p-1)(q-1) 选择一个n,使gcd(n,f)=1(gcd代表greatest common divider,一般n也选择一个素数), n和z就作为公钥。 选择一个s,0<s<f,满足n*s % f=1,s就作为私钥。-RSA public key encryption algorithm based on the integer fa
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:81637
    • 提供者:fasf
  1. TotalSecurity_src

    0下载:
  2. JAVA实现的RSA公钥加密方法,封装了多种应用-JAVA RSA public key encryption methods, a variety of applications Packaging
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:361701
    • 提供者:HNJ
  1. code

    0下载:
  2. 应用公钥加密体制的代表算法RSA 应用对称加密算法DES 应用散列算法MD5计算消息摘要 数字签名并验证
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:85777
    • 提供者:邓国文
  1. RSA

    0下载:
  2. 信息安全类,公钥加密和RSA,PPT,适合新手参考。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:155644
    • 提供者:阿斯顿
  1. BigInt

    0下载:
  2. RSA公钥加密算法(基于大整数的分解难实现的,包括大整数的加、减、乘、除,加密,解密等)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4626
    • 提供者:xu
  1. RSA_class

    0下载:
  2. 公钥加密程序,采用非对称密钥,这里以类的形式调用
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:55582
    • 提供者:cuidebao
  1. ecc

    0下载:
  2. ecc公钥加密算法的实现,使用了库文件。了解此代码对于掌握ecc加密算法有极大帮助。-ecc public key encryption algorithm, the use of the library file. Understanding of the code for the encryption algorithm ecc master of great help.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:251469
    • 提供者:jiaosibei
  1. test

    0下载:
  2. 1、对称密码技术的实现(单重DES加密/解密); 2、非对称密码技术的实现(RSA,产生公私钥,并利用公钥加密信息,在利用私钥解密);-1, symmetric cryptographic techniques to achieve (single DES encryption/decryption) 2, non-symmetrical cryptographic techniques to achieve (RSA, generate public private key and pu
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3263016
    • 提供者:liuxiaogang
  1. ECCCsource

    0下载:
  2. ECC椭圆曲线加密,基于公钥加密的思想,快速的-ECC Elliptic Curve encryption, public key encryption based on the idea of the Express
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-27
    • 文件大小:74745
    • 提供者:lc
  1. DiffieHellmanMerkle

    1下载:
  2. ECC 是下一代用于移动或无线环境的公钥加密技术。ECC 基于一套用于执行非对称加密的密钥生成、加密和解密算法。 ECC 包含以下重要功能: 较之传统的密码系统(如 RSA),ECC 可以使用较小的密钥大小提供同等的安全性,这可以加速计算、降低功耗和内存并节省带宽。 ECC 在椭圆曲线上进行运算。您必须选择曲线和密钥长度。曲线由 NIST、ANSI 和 SECG 等多个组织标准化并命名。由于这些标准包含密钥长度,因此您只需选择其中一个预定义的曲线名称。Web Server 7.0 支持当前指定的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:46474
    • 提供者:苏长风
  1. RSA

    0下载:
  2. RSA加密算法是一种非对称加密算法。在公钥加密标准和电子商业中RSA被广泛使用。源代码包括RSA的源程序以及dll文件。-RSA encryption algorithm is a non-symmetric encryption algorithm. In public key encryption standards and electronic commerce is widely used in RSA. Source code includes the source code and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3165864
    • 提供者:秀秀
  1. new_rsa

    0下载:
  2. RSA加密 解密过程,包括大素数的生成,公钥加密 私钥加密 解密等-RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:1496726
    • 提供者:高英慧
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com