搜索资源列表
rsa1-cpp
- rsa非对称加密算法的加密解密vc语言实现-The implement of RSA encryption and decryption algorithm with VC
rsa-cpp
- RSA加密C源码 1978年就出现了这种算法,它是第一个既能用于数据加密 也能用于数字签名的算法。它易于理解和操作,也很流行。算 法的名字以发明者的名字命名:Ron Rivest, AdiShamir 和 Leonard Adleman。但RSA的安全性一直未能得到理论上的证明。
rsa-cpp
- 密聊\"采用 2048bit 的 RSA 数据加密算法对数据进行加密和数字签名,由于 RSA 加密少量的信息需要大量的时间,适合用来传递密钥或对重要而敏感且较少的信息通讯.实现的消息通讯安全功能包括 1. 身份验证,使收件人确信发件人就是他或她就是公开密钥所对应的那个人 2. 机密性,确保只有预期的收件人能够阅读邮件 3. 完整性,确保消息在传输过程中没有被更改 4. 消息到达确认,发件人确认收件人收到了消息.
BigInt.rar
- 大数运算库源文件: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
rsa-cPP
- 实现rsa加密解密,包含大素数的生成与计算类,以及大素数的素性检验-rsa algorithm
rsa
- RSA.CPP原码 速度还可以 想要的话就下吧 没什么可说的了-RSA.CPP the speed of the original code can also be
rsa
- it is a rsa algorithm agent programme in cpp for ns2
RSA
- RSA加密解密算法,实现RSA的基本功能,一般的算法RSA.C-RSA encryption and decryption algorithms, to achieve the basic functions of RSA, the general algorithm RSA.CPP
RSA
- ... \Debug ......\ecfile.clw ......\ecfile.cpp ......\ecfile.dsp ......\ecfile.dsw ......\ecfile.h ......\ecfile.ncb ......\ecfile.opt ......\ecfile.rc ......\ecfileDlg.cpp ......\ecfileDlg.h ......\Release ......
rsa-cpp
- RSA公钥加密算法是1977年由Ron Rivest、Adi Shamirh和LenAdleman在(美国麻省理工学院)开发的。RSA取名来自开发他们三者的名字。RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的所有密码攻击,已被ISO推荐为公钥数据加密标准。RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。 -Public key encryption algorithm RSA in 1
RSA
- RSA加密CPP文件,可用于适合RSA加密的程序-RSA encryption CPP file that can be used for RSA encryption procedure
RSA
- Encrypt Decrypt RSA Algorithm In C-Encrypt Decrypt RSA Algorithm In CPP
rsa-cpp
- RSA算法C++实现,比较节约时间,希望可以给你提供参考- RSA algorithm C++ realizes More economize time Hopes to provide a reference for you
priog
- its a cpp code file for rsa digital signature over e-governance security
RSA
- 信安实验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
RSA
- rsa算法代码,RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作-RSA algorithm is the first one that could be used for encryption and digital signature algorithm, easy to understand and operate
RSA
- 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
RSA-CPP
- 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
rsa.cpp
- RSA加密解密并随机产生大素数,,并用随机产生的大素数用于RSA加密和解密。产生大素数用的素性检测。-RSA encryption to decrypt and randomly generated large prime Numbers, produce large prime Numbers with primality testing.
rsa-cPP
- C++实现RSA的加解密过程,仅供学习参考-C++ achieve RSA encryption and decryption process, only to learn reference, sharing is a virtue ..................