CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - rsa加密

搜索资源列表

  1. pkcs3

    0下载:
  2. PKCS#3是美国RSA公司提出的加密行业的一种规范和统一的API接口。-PKCS # 3 is the company RSA encryption industry a unified and standardized API interface.
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:7918
    • 提供者:wanyuchen
  1. RSA-file-encode

    1下载:
  2. RSA文件加密的研究和实现(含毕业论文和实现代码)
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1063187
    • 提供者:徐鹤
  1. aes设计方案

    0下载:
  2. 随着密码分析技术的提高,新的数据加密标准AES取代了过时的DES。文章在阐述AES/RSA加密算法的基础上,分别给出了利用AES/RSA实现客户端/服务器端网络数据传输的加密流程。最后在比较AES算法和RSA算法基础上,将AES与RSA相结合提出一种新的数据加密方案。-analysis technology improvements, new data encryption standard AES replaced the outdated DES. The article describe
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:14433
    • 提供者:
  1. OpenSSL 编程 - RSA 加密解密

    0下载:
  2. 所属分类:文档资料

    • 发布日期:2010-10-12
    • 文件大小:773
    • 提供者:liulishills
  1. RSA加密算法源程序

    1下载:
  2. RSA加解密算法 源程序
  3. 所属分类:文档资料

  1. rsa.rar

    0下载:
  2. rsa加密解密
  3. 所属分类:文档资料

    • 发布日期:2010-10-17
    • 文件大小:1388
    • 提供者:wl111111
  1. gongyao

    0下载:
  2. RSA也可以用来为一个消息署名。假如甲想给乙传递一个署名的消息的话,那么她可以为她的消息计算一个散列值,然后用她的密钥加密这个散列值并将这个“署名”加在消息的后面。这个消息只有用她的公钥才能被解密。乙获得这个消息后可以用甲的公钥解密这个散列值,然后将这个数据与他自己为这个消息计算的散列值相比较。假如两者相符的话,那么他就可以知道发信人持有甲的密钥,以及这个消息在传播路径上没有被篡改过。-RSA can also be used as a signed message. If i want to
  3. 所属分类:Document

    • 发布日期:2017-04-26
    • 文件大小:22365
    • 提供者:吴成刚
  1. Rabin-Miller

    0下载:
  2. RSA的最重要特色在于双密钥,它们有特殊的数学形式。RSA的一对密钥有三个基本参数:模n ,公钥b和私钥a 。n和b是公开的,发送信息方用私钥n加密消息,接受方用公钥b能得到解密后的信息,从而确定发送信息方的身份,这就构成了签名机制。对方用公钥将要发送的信息加密,只有拥有私钥的一方才能将信息解密。-RSA is the most important feature of dual-key, they have a special mathematical form. RSA keys of a
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:3148
    • 提供者:Rebecca
  1. RSADES

    0下载:
  2. 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。-Two algorithms using the RSA and the DES, based on designs and implements a simple model of network transmission. M
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1091302
    • 提供者:林晓波
  1. RSA

    0下载:
  2. RSA算法是密码学当中最重要,最普遍的一种加密算法,用C++实现的RSA算法-RSA cryptography algorithm is the most important and most common form of encryption algorithm, using C++ implementation of RSA algorithm
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:21619
    • 提供者:李惺忪
  1. rsa

    0下载:
  2. 公钥密码算法的加密与解密 (RSA-OAEP) -Public key encryption and decryption of cryptographic algorithms (RSA-OAEP)
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:36746
    • 提供者:沈超
  1. RSA

    0下载:
  2. 软件密钥托管加密系统具有抗窜扰特性而且克服了以前方案中的缺点并同时能对消息的源和宿进行追踪。 -RSA pub1ic key encryption SyStem
  3. 所属分类:Project Manage

    • 发布日期:2017-05-07
    • 文件大小:1930603
    • 提供者:施小凤
  1. RSA

    0下载:
  2. RSA公钥密码算法,包括自动生成逆元,加密和解密过程,附带源代码。-RSA public key cryptography algorithm, including the automatic generation of the inverse of the encryption and decryption process, with the source code.
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:154361
    • 提供者:赖晓松
  1. RSA2_test

    0下载:
  2. RSA加密算法具体实践,通过示例程序实现其功能。-RSA encryption algorithm specific practice, through the sample program to achieve its function.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:587
    • 提供者:熊春
  1. RSA3_Encstring

    0下载:
  2. RSA加密算法,加密字符串,并把生成的信息转化为字符串。-RSA encryption algorithm, encryption string and the generated information into a string.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:995
    • 提供者:熊春
  1. RSA4_improve

    0下载:
  2. RSA加密算法进阶,举一反三叙述问题。并提出使用中应该注意的问题。-RRSA advanced encryption algorithms, giving top priority to the problem described. And proposed use should pay attention to. SA encryption algorithm specific practice, through the sample program to achieve its functi
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:1512
    • 提供者:熊春
  1. RSAjiami

    0下载:
  2. rsa 加密 算法 仅仅供参考使用-new rsa
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:16508
    • 提供者:jwj
  1. RSA

    0下载:
  2. RSA算法的加密和解密,可以用它作为密码学课程设计,非常好用-RSA encryption and decryption algorithms, cryptography can use it as a curriculum design, very easy to use
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:38197
    • 提供者:xiangming
  1. fwdownload

    0下载:
  2. rsa加密 http libevent -rsa encryption
  3. 所属分类:software engineering

    • 发布日期:2017-05-05
    • 文件大小:26072
    • 提供者:袁昊
  1. RAS加密解密

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

« 12 »
搜珍网 www.dssz.com