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

搜索资源列表

  1. fdcmm

    0下载:
  2. 非对称密码的简单实现 毕业设计的-asymmetric cryptosystem to achieve a simple design of graduation .......................
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:76.87kb
    • 提供者:anthony
  1. vibetoolkit-2.3

    1下载:
  2. IBE是一种非对称密码技术,本源代码IBE客户端开发工具源代码,可以用来开发IBE客户端程序
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5.66mb
    • 提供者:zhu
  1. vibeserver-2.3

    0下载:
  2. IBE是一种非对称密码技术,本源代码为IBE服务端源代码。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:47.56kb
    • 提供者:zhu
  1. RSA

    0下载:
  2. RSA算法,经典的非对称密码学算法。该程序基本实现了RSA算法的精髓。对非对称密码学感兴趣的同学可以参考一下
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:38.61kb
    • 提供者:mazheng
  1. Cryptographylabreport

    0下载:
  2. 是大学信息安全方向的密码学课程的4个实验报告,包括古典密码,对称密码,非对称密码,HASH算法-The direction of the University Information Security Cryptography course four lab reports, including classical cryptography, symmetric key, asymmetric cryptography, HASH algorithm
  3. 所属分类:Network Security

    • 发布日期:2017-04-16
    • 文件大小:40.97kb
    • 提供者:陆风
  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
    • 文件大小:3.11mb
    • 提供者:liuxiaogang
  1. RSA

    1下载:
  2. RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatures,
  3. 所属分类:加密解密

    • 发布日期:2013-01-30
    • 文件大小:44.85kb
    • 提供者:dxh
  1. CryptAPI

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

    • 发布日期:2017-04-16
    • 文件大小:300.11kb
    • 提供者:李连杰
  1. DiffieHellmanMerkle

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

    • 发布日期:2017-04-06
    • 文件大小:45.38kb
    • 提供者:苏长风
  1. Asymmetric-Key-Cryptosystem

    0下载:
  2. 非对称密码系统,包含RSA,ECC,大数乘法。-Asymmetric cryptosystems, including RSA, ECC, multiplication of large numbers.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:136.33kb
    • 提供者:马德
  1. RSA

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

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

    0下载:
  2. 大整数运算,产生大整数,为进行RSA非对称密码体系而准备-Large integer operations have a big integer, for RSA asymmetric cryptography system ready
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:996.55kb
    • 提供者:jack
  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
    • 文件大小:36.77kb
    • 提供者:scorpio
  1. lab

    0下载:
  2. 对称密码技术的实现,非对称密码技术的实现,信息摘要技术的实现-DES,RSA,MD5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:17.76kb
    • 提供者:zeng
  1. rsashuziqianmxitong

    0下载:
  2. rsa实现数字签名..使用非对称密码算法,对通信双方进行数字签名认证.-rsa .. digital signature using asymmetric cryptographic algorithms, digital signatures both sides of the communication certification.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1.93mb
    • 提供者:曾玉富
  1. RSAjiemian

    0下载:
  2. RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现-RSA algorithm analysis and realization of the principle. RSA is the best tool for data encryption can also be used as a digital signature algorithm for a
  3. 所属分类:Menu control

    • 发布日期:2017-04-01
    • 文件大小:116.85kb
    • 提供者:张浩
  1. iliyu_51775964004477

    0下载:
  2. RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA -RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatu
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:16.78kb
    • 提供者:jack
  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
    • 文件大小:507.29kb
    • 提供者:qiao
  1. RSA

    0下载:
  2. 自己写的非对称密码算法RSA的C语言实现。-Asymmetric cryptographic algorithm RSA, C language to write their own
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:1.22kb
    • 提供者:gongsun
  1. T30-improve

    0下载:
  2. 采用与传统加密传真通信不同的点对点传输方法, 根据传真通信协议的特点, 针对商密的特殊要求, 对T 30 通信协 议进行改造, 研究出一种无中心密钥分配新方法. 介绍了通过改造T 30 通信协议, 把对称、非对称密码算法结合到T30 协议 中 用自定义非标帧进行身份鉴别和起点密钥分发 在C 进程采用附加密码算法解决页工作密钥同步等问题.-Different point-to-point transmission method with the conventional encryptio
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-30
    • 文件大小:125.21kb
    • 提供者:唐灯清
« 12 3 »
搜珍网 www.dssz.com