当前位置:
首页 资源下载
搜索资源 - rsa encryption cpp
搜索资源列表
-
0下载:
rsa非对称加密算法的加密解密vc语言实现-The implement of RSA encryption and decryption algorithm with VC
-
-
0下载:
RSA加密解密算法,实现RSA的基本功能,一般的算法RSA.C-RSA encryption and decryption algorithms, to achieve the basic functions of RSA, the general algorithm RSA.CPP
-
-
0下载:
RSA公钥加密算法是1977年由Ron Rivest、Adi Shamirh和LenAdleman在(美国麻省理工学院)开发的。RSA取名来自开发他们三者的名字。RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的所有密码攻击,已被ISO推荐为公钥数据加密标准。RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。
-Public key encryption algorithm RSA in 1
-
-
0下载:
RSA加密CPP文件,可用于适合RSA加密的程序-RSA encryption CPP file that can be used for RSA encryption procedure
-
-
0下载:
信安实验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
-
-
0下载:
rsa算法代码,RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作-RSA algorithm is the first one that could be used for encryption and digital signature algorithm, easy to understand and operate
-
-
1下载:
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
-
-
1下载:
rsa+sha1加密算法,希望对大家有帮助-rsa+ sha1 encryption algorithm
-
-
0下载:
四种加密算法之RSA源代码-C++
(包含一个头文件和一个cpp文件)-Four encryption algorithm RSA source code-C++ (including a header file and a cpp file)
-
-
0下载:
基于DES和RSA的加密聊天工具,共包含4个文件: chat.cpp、des.h、rsa.h、makefile。
编译:命令行模式下,切换到代码所在目录,输入make后回车即可。
运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器),如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。
此外,代码中实现了异步,select以及普通三种IO模型,需要通过定义宏控制。-DES and RSA encrypti
-
-
0下载:
RSA加密解密并随机产生大素数,,并用随机产生的大素数用于RSA加密和解密。产生大素数用的素性检测。-RSA encryption to decrypt and randomly generated large prime Numbers, produce large prime Numbers with primality testing.
-
-
0下载:
C++实现RSA的加解密过程,仅供学习参考-C++ achieve RSA encryption and decryption process, only to learn reference, sharing is a virtue ..................
-