CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 非对称加密

搜索资源列表

  1. 加密和数字签名

    1下载:
  2. 这是用java实现单向加密和非对称加密DSA数字签名的源程序-This source code is an implementation of one-way encryption and unbalanced DSA digital signature on java platform.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2047
    • 提供者:夏珊
  1. 5.非对称加密RSA的实现及其源代码

    0下载:
  2. 5.非对称加密RSA的实现及其源代码,JAVA代码,挺好用的,有兴趣的下啊-5. RSA asymmetric encryption and the realization of the source code, Java code, very good use, and are interested in the next ah
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5974
    • 提供者:luoz
  1. java非对称加密RSA的工具类及其源代码

    0下载:
  2. java非对称加密RSA的工具类及其源代码
  3. 所属分类:加密解密

    • 发布日期:2009-03-25
    • 文件大小:7434
    • 提供者:hayou1402
  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. IS_Project1

    0下载:
  2. 这是一个文本加密、解密系统,提供了对称加密和非对称加密两种模式。此外,还实现了数字签名及其验证功能。-This is a text encryption, decryption system provides symmetric encryption and asymmetric encryption mode. In addition, implementation of digital signature and the authentication function.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-07
    • 文件大小:1288996
    • 提供者:孙一鸣
  1. CryptAPI

    0下载:
  2. CryptAPI是微软在Windows系统中嵌入的一套公钥体质,提供对称加密、非对称加密、散列、签名等密码学的借口。Wcrypt2.dcu是把C语言的CryptAPI包翻译为Delphi中的借口文件。
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:307312
    • 提供者:李连杰
  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. PairKeyExample

    0下载:
  2. 非对称加密算法的JAVA代码,包含详细的代码注释,以及算法流程图。-Non-symmetric encryption algorithm JAVA code, the code contains detailed notes, as well as the algorithm flow chart.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:5074
    • 提供者:李建峰
  1. rsaeuroi

    0下载:
  2. RSA算法源代码(VC版本)非对称加密解密算法-RSA algorithm source code (VC version) non-symmetric encryption and decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:199934
    • 提供者:叶远
  1. RSA

    0下载:
  2. rsa算法c语言实现 完整 有对话框,密码学经典非对称加密实现-rsa algorithm c language there is complete dialog box
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:930187
    • 提供者:周勇
  1. RSA1

    0下载:
  2. 实现了非对称加密,可加密文本和字符串,可供参考和学习-The realization of the non-symmetric encryption, encrypt text and string can be available for reference and learning
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4016
    • 提供者:易天行
  1. RSAtested

    0下载:
  2. 用C实现的RSA非对称加密算法,经过测试,通过编译,可以执行的代码-C implementation using RSA asymmetric encryption algorithm, tested through the compilation, you can perform code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1832624
    • 提供者:yihoumei
  1. myrsa

    0下载:
  2. 公钥密码RSA ① 通过实际编程掌握非对称密码算法RSA的加密和解密以及快速加、解密过程,加深对非对称密码算法的认识。 ② 实现对RSA的解密密钥攻击。 -Public-Key Cryptography RSA ① through practical programming in non-asymmetric cryptographic algorithm RSA encryption and decryption as well as rapid encryption and d
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:37649
    • 提供者:scorpio
  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. java

    0下载:
  2. 本文件主要是java安全通信的代码包括:md5 密码加密与验证 对称加密与解密 非对称加密以解密 基于MD5信息摘要算法实现密码加密与验证 凯撒加密算法 数字签名与验证 消息验证码 消息摘要(都经过调试无错误)-java security of communications, including: md5 password encryption and authentication of non-symmetric encryption and decryption based on symme
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-23
    • 文件大小:519461
    • 提供者:qiao
  1. DES_RSA_MD5加密解密

    0下载:
  2. 实现对称加密解密技术DES,非对称加密解密技术RSA,MD5(To achieve symmetric encryption and decryption technology DES, asymmetric encryption and decryption technology RSA,and MD5.)
  3. 所属分类:加密解密

    • 发布日期:2018-01-02
    • 文件大小:1435648
    • 提供者:hideonbuss
  1. RSA

    0下载:
  2. Apple iOS和Mac平台,RSA非对称加密算法,能够实现iOS 和 Mac平台的的数据加解密;(Apple iOS and Mac platform, RSA asymmetric encryption algorithm, to achieve the iOS and Mac platform data encryption and decryption;)
  3. 所属分类:加密解密

    • 发布日期:2018-01-04
    • 文件大小:477184
    • 提供者:innovator1229
  1. 证书加密解密

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

    • 发布日期:2018-01-09
    • 文件大小:672768
    • 提供者:lala_
  1. salt_hash

    0下载:
  2. 1.使用Node.js中的crypto模块加密用户密码和加盐,加密密码和原始密码验证。 2.使用Node.js中的crypto模块对字符串进行加密和解密,采用非对称加密方式。(1. use the crypto module in Node.js to encrypt the user's password and add salt, cipher and original password authentication. 2. use the crypto module in Node
  3. 所属分类:Node.js

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:lonjoy
  1. RAS加密解密

    0下载:
  2. RSA 非对称 加密解密 签名 验签,填充。长度超长的处理。
  3. 所属分类:编程文档

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com