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

搜索资源列表

  1. rsa1-cpp

    0下载:
  2. rsa非对称加密算法的加密解密vc语言实现-The implement of RSA encryption and decryption algorithm with VC
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:101749
    • 提供者:
  1. rsa-cpp

    0下载:
  2. RSA加密C源码 1978年就出现了这种算法,它是第一个既能用于数据加密 也能用于数字签名的算法。它易于理解和操作,也很流行。算 法的名字以发明者的名字命名:Ron Rivest, AdiShamir 和 Leonard Adleman。但RSA的安全性一直未能得到理论上的证明。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5572
    • 提供者:zen
  1. rsa-cpp

    0下载:
  2. 密聊\"采用 2048bit 的 RSA 数据加密算法对数据进行加密和数字签名,由于 RSA 加密少量的信息需要大量的时间,适合用来传递密钥或对重要而敏感且较少的信息通讯.实现的消息通讯安全功能包括 1. 身份验证,使收件人确信发件人就是他或她就是公开密钥所对应的那个人 2. 机密性,确保只有预期的收件人能够阅读邮件 3. 完整性,确保消息在传输过程中没有被更改 4. 消息到达确认,发件人确认收件人收到了消息.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:101436
    • 提供者:ivan
  1. BigInt.rar

    2下载:
  2. 大数运算库源文件:BigInt.cpp 作者:afanty@vip.sina.com 版本:1.2 (2003.5.13) 说明:适用于MFC,1024位RSA运算,Large numbers computing library source files: BigInt.cpp Author: afanty@vip.sina.com Version: 1.2 (2003.5.13) Descr iption: applicable to MFC, 1024 bit RSA operatio
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-22
    • 文件大小:5571
    • 提供者:梁增健
  1. rsa-cPP

    0下载:
  2. 实现rsa加密解密,包含大素数的生成与计算类,以及大素数的素性检验-rsa algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:5696
    • 提供者:shengjie zhang
  1. rsa

    0下载:
  2. RSA.CPP原码 速度还可以 想要的话就下吧 没什么可说的了-RSA.CPP the speed of the original code can also be
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3222
    • 提供者:DFE
  1. rsa

    0下载:
  2. it is a rsa algorithm agent programme in cpp for ns2
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:896
    • 提供者:Vineet
  1. RSA

    0下载:
  2. RSA加密解密算法,实现RSA的基本功能,一般的算法RSA.C-RSA encryption and decryption algorithms, to achieve the basic functions of RSA, the general algorithm RSA.CPP
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:4012
    • 提供者:sdtcool
  1. RSA

    0下载:
  2. ... \Debug ......\ecfile.clw ......\ecfile.cpp ......\ecfile.dsp ......\ecfile.dsw ......\ecfile.h ......\ecfile.ncb ......\ecfile.opt ......\ecfile.rc ......\ecfileDlg.cpp ......\ecfileDlg.h ......\Release ......
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:4054026
    • 提供者:郑斌
  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. RSA加密CPP文件,可用于适合RSA加密的程序-RSA encryption CPP file that can be used for RSA encryption procedure
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1586
    • 提供者:樱花树下
  1. RSA

    0下载:
  2. Encrypt Decrypt RSA Algorithm In C-Encrypt Decrypt RSA Algorithm In CPP
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:699
    • 提供者:Yogesh
  1. rsa-cpp

    0下载:
  2. RSA算法C++实现,比较节约时间,希望可以给你提供参考- RSA algorithm C++ realizes More economize time Hopes to provide a reference for you
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:5179
    • 提供者:liupeng
  1. priog

    0下载:
  2. its a cpp code file for rsa digital signature over e-governance security
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-07
    • 文件大小:8183
    • 提供者:a roy
  1. RSA

    0下载:
  2. 信安实验RSA加密MFC版本.默认16进制显示(可以在Dlg.cpp中修改数据,支持10进制显示)-Letter Ann experiment RSA encryption MFC version. The default hexadecimal display (can modify data in the CPP. Dlg, support into the show. 10
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:4874034
    • 提供者:乘雪
  1. RSA

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

    • 发布日期:2017-04-10
    • 文件大小:1927634
    • 提供者:王腾蛟
  1. RSA

    1下载:
  2. 1.RSA签名的小素数实现 2.RSA加解密的大素数实现 3.RSA_OAEP填充的实现 几个都实现了,但是比较粗糙。 但是其中的md5.cpp,bint.cpp是很不错的,可以复用 开发环境:混用了CodeBlocks、VC6-1.The small primes realize RSA signature 2.RSA encryption and decryption of large prime numbers to achieve
  3. 所属分类:加密解密

    • 发布日期:2013-08-25
    • 文件大小:87104
    • 提供者:jt
  1. RSA-CPP

    0下载:
  2. RSA算法非常简单,概述如下: 找两素数p和q 取n=p*q 取t=(p-1)*(q-1) 取任何一个数e,要求满足e<t并且e与t互素(就是最大公因数为1) 取d*e t==1 这样最终得到三个数: n d e 设消息为数M (M <n) 设c=(M**d) n就得到了加密后的消息c 设m=(c**e) n则 m == M,从而完成对c的实现-RSA algorithm is very simple, are summarized as follows: find two prim
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:1710
    • 提供者:wang
  1. rsa.cpp

    0下载:
  2. RSA加密解密并随机产生大素数,,并用随机产生的大素数用于RSA加密和解密。产生大素数用的素性检测。-RSA encryption to decrypt and randomly generated large prime Numbers, produce large prime Numbers with primality testing.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:2614
    • 提供者:将流饵
  1. rsa-cPP

    0下载:
  2. C++实现RSA的加解密过程,仅供学习参考-C++ achieve RSA encryption and decryption process, only to learn reference, sharing is a virtue ..................
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-01
    • 文件大小:21810
    • 提供者:李小龙
« 12 »
搜珍网 www.dssz.com