搜索资源列表

  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. RSA加长分段加密

    0下载:
  2. RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByte[]。 4. 使用e和n对所有的sectByte[]进行加密,并合成一大段密文,添加到EncText。 5. 读取下一大段明文,若明文为空
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:75776
    • 提供者:何泽荣
  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. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:冉冉
  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
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:王清华
  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编程

    • 发布日期:2024-05-20
    • 文件大小:107520
    • 提供者:冯英
  1. 公钥加密算法

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

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:张震
  1. pik

    0下载:
  2. 由于电子商务广泛采用公开密钥技术,职能部门有必要对公钥加以管理。本文简要介绍了基于PKI的密钥托管技术及密钥托管代理的概念,分析了密钥托管的步骤,以及政府部门在密钥托管代理的帮助下强制访问信息的过程。 关键词:密钥托管 证书授权认证 公开密钥 公钥基础设施 托管证书 网络的安全问题得到人们的日益重视。网络面临的威胁五花八门:内部窃密和破坏,截收,非法访问,破坏信息的完整性,冒充,破坏系统的可用性,重演,抵赖等。于是公钥基础设施(
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:626688
    • 提供者:
  1. security

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

    • 发布日期:2024-05-20
    • 文件大小:212992
    • 提供者:雷敏
  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}。该算法要
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:1965056
    • 提供者:
  1. LibTomCrypt

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

    • 发布日期:2024-05-20
    • 文件大小:307200
    • 提供者:lucy
  1. rsa(down)

    0下载:
  2. C语言实现的rsa加密算法,用Devcpp编译通过,附有说明文档,版权是假的哦~不是我同学·^_^-C language of rsa encryption algorithm used Devcpp compile, with documentation, Copyright is a fake is not me-oh students ^ _ ^
  3. 所属分类:CA认证

    • 发布日期:2024-05-20
    • 文件大小:24576
    • 提供者:慕容楚冰
  1. RSA

    0下载:
  2. 信息安全类,公钥加密和RSA,PPT,适合新手参考。-Information security categories, public key encryption and RSA, PPT, suitable for novice reference.
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:155648
    • 提供者:阿斯顿
  1. RSA

    1下载:
  2. RSA公钥加密程序,可实现密钥对生成,加解密任意字符串功能。MFC界面。-RSA public key encryption program, enabling the key pair generation, encryption and decryption functions of arbitrary strings. MFC interface.
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:2413568
    • 提供者: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, gene
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:3262464
    • 提供者:liuxiaogang
  1. ECCCsource

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

    • 发布日期:2024-05-20
    • 文件大小:74752
    • 提供者:lc
  1. javacertificationoperations

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

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者: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. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:251904
    • 提供者:jiaosibei
  1. RSA

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

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:刘威
  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. 所属分类:其他小程序

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

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

    • 发布日期:2024-05-20
    • 文件大小:857088
    • 提供者:濮阳小城
« 12 3 4 5 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org