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. ELGAMAL.src

    0下载:
  2. 公钥加密方式,在windows平台下运行,并且可以在不改变公钥的方式下更新私钥,速度快,使用简便。-public key encryption methods in running under windows platform, and that they could not change the way the public key to update the private key, fast, easy to use.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:107783
    • 提供者:冯英
  1. ElGamal公钥密码

    0下载:
  2. Eigamal加密程序,可实现简单的加密-Eigamal encryption procedures, simple encryption
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:534385
    • 提供者:赵君龙
  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. studentinfo

    0下载:
  2. 学生信息管理系统(JBuilder x 开发,采用RSA 512位公钥加密,私钥用于找回密码,2006-4-5)-student information management system (x JBuilder development, adoption 512 RSA public key encryption, the private key used to retrieve passwords 2006-2007-4 - 5)
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:1847293
    • 提供者:zy
  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. javacertificationoperations.ra

    0下载:
  2. java公钥加密私钥解密与数字证书的一个例子,很实用的。,java public key encryption and digital certificate private key to decrypt an example, it is practical.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:8216
    • 提供者:lauvenman
  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. cryptology

    0下载:
  2. 密码学第三版课件,包含4大部分,传统密码学以及对称加密,公钥加密等-The third edition of courseware cryptography
  3. 所属分类:source in ebook

    • 发布日期:2017-05-19
    • 文件大小:5446618
    • 提供者:Ding
  1. RSA

    0下载:
  2. 实现RSA的公钥加密,私钥解密;私钥加密,公钥解密。不限制加密原文长度,支持中文-failed to translate
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:20187
    • 提供者:刘威
  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
    • 提供者:高英慧
  1. 加密

    0下载:
  2. 加密类js进行公钥加密,传输过程没有明文密码,后端进行私钥解密(The encryption class JS carries on the public key encryption, the transmission process has not the clear text password, the back end carries on the private key to decrypt)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:30720
    • 提供者:zhujingjing
  1. 附件:1.SM2椭圆曲线公钥密码算法

    0下载:
  2. 附件:1.SM2椭圆曲线公钥密码算法 国家密码局2010年发布(Appendix: 1.SM2 elliptic curve public key cryptography algorithm)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-17
    • 文件大小:857088
    • 提供者:濮阳小城
  1. 证书加密解密

    0下载:
  2. 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:672768
    • 提供者:lala_
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com