CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - RSA算法

搜索资源列表

  1. Research-And-Development-Of-RSA-File-Encryption.ra

    0下载:
  2. 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1044211
    • 提供者:张波
  1. RSA

    1下载:
  2. 密码学中RSA算法的MATLAB实现。包含算法说明及程序验证。-Cryptography RSA algorithm MATLAB implementation. Contains the algorithm descr iption and program verification.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:5936
    • 提供者:Gina
  1. RSA

    0下载:
  2. RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 -RSA algorithm is the first one can be used for both encryption and digital signature algorithms, but also easy to understand and operate.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2960213
    • 提供者:程海龙
  1. RSA

    0下载:
  2. VC环境下实现的RSA算法!之上传了c源文件和头文件-RSA algorithm is realized in the VC environment!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:10517
    • 提供者:kun
  1. rsa-cpp

    0下载:
  2. RSA公钥加密算法是1977年由Ron Rivest、Adi Shamirh和LenAdleman在(美国麻省理工学院)开发的。RSA取名来自开发他们三者的名字。RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的所有密码攻击,已被ISO推荐为公钥数据加密标准。RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。 -Public key encryption algorithm RSA in 1
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:8271
    • 提供者:YCLIU
  1. RSA

    0下载:
  2. VC++写的RSA算法,实现了美观功能强大的界面!-VC++ to write the RSA algorithm to achieve beautiful and powerful interface!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3841130
    • 提供者:kun
  1. RSA

    0下载:
  2. 运用java技术,基于RSA算法,实现对图片文件进行加密解密的源代码-Using java technology, based on RSA algorithm, the image files on the source code for encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2242
    • 提供者:窦小敏
  1. rsa

    0下载:
  2. RSA算法实现,用C++语言实现大数类的构建,可以实现RSA算法加解密文本文件及二进制文件及图像,速度较快-将中文译成英语 RSA algorithm, using C language class structure of large numbers, RSA algorithm for encryption and decryption can text file and binary files and images, faster
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1994323
    • 提供者:dezheng
  1. rsaref.2.0

    0下载:
  2. RSA算法的实现和相关文档,包含例子程序-RSA algorithm implementation and related documentation, including examples of programs
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:99287
    • 提供者:hao
  1. RSA

    0下载:
  2. 编程实现RSA算法。包括:生成公钥(e, n)和私钥d,对明文m加密,对密文m解密。 注:实际应用中,512比特的n 已经不够安全,所以建议公司用1024比特的n,及其重要的场合用2048比特的 n。所以大家要选择大整数n。-Programming RSA algorithm. Include: Creation of a public key (e, n) and private key d, m the plaintext encryption, decryption of cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:44903
    • 提供者:semmir
  1. rsa

    0下载:
  2. RSA算法实现的C语言代码,需要SSL库支持。-RSA CODE
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:73812
    • 提供者:gaowei
  1. RSA

    0下载:
  2. RSA算法实现源码,素数生成,加密解密过程-RSA algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4260711
    • 提供者:刘海峰
  1. RSA

    0下载:
  2. 基于RSA算法实现数字签名的加解密功能,能完美实现,在VS2008上-Based on the RSA algorithm encryption and decryption of digital signatures
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:8244
    • 提供者:别宁
  1. LINUX-RSA

    0下载:
  2. 对明文传输加密解密,加密方式是RSA算法-Encryption and decryption of transmitted in the clear
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:300551
    • 提供者:张学奇
  1. RSA算法

    0下载:
  2. iOS平台的RSA算法,一般用在充值支付等要求安全性比较高的地方
  3. 所属分类:IOS

    • 发布日期:2015-09-18
    • 文件大小:4648
    • 提供者:weikaishi
  1. RSA

    1下载:
  2. 产生随机数,并用RSA算法进行加密和解密(Generate random numbers, and RSA algorithm for encryption and decryption.)
  3. 所属分类:加密解密

    • 发布日期:2017-12-26
    • 文件大小:6144
    • 提供者:八千留
  1. RSA算法

    0下载:
  2. 实现int类型的rsa加解密,重在思想,有人告诉我2048bit怎么编?(rsa algorithm descr iption)
  3. 所属分类:加密解密

    • 发布日期:2017-12-17
    • 文件大小:214016
    • 提供者:dreamstick
  1. RSA算法原理与实现

    2下载:
  2. RSA加密算法,可用于密钥产生,文件数据加密.(RSA encryption algorithm, can be used for key generation, file data encryption)
  3. 所属分类:加密解密

    • 发布日期:2017-12-31
    • 文件大小:649216
    • 提供者:好好学习95
  1. rsa

    0下载:
  2. 使用JAVA语言实现来实现信息安全中的简单的RSA算法(implement RSA using JAVA)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:miracle66
  1. RSA加解密

    1下载:
  2. RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。rsa算法加解密在vb中的运用,其中有加密解密的方法。(RSA is the most widely studied of the public key algorithm, from the nearly two decades now, we have tested a variety of attacks, people gradually accepted,
  3. 所属分类:其他小程序

    • 发布日期:2018-01-04
    • 文件大小:8192
    • 提供者:蛏子
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com