搜索资源列表
RSA_lw
- 本代码实现基于RSA算法的文本加密解密功能,在C++环境下运行-the code-based version of the RSA encryption and decryption functions in C + + environment Operation
RSACodeSample
- RSA加密处理C#代码研究 1、生成public key和private key并可保存生成XML文件。 2、演示了RSA数字签名的处理过程。 3、演示了加密解密的过程。 -RSA encryption code research C# 1, and generated public key can be kept private key to generate XML documents. 2, demonstrated a RSA digital signature of the proce
RSA_Demo
- RSA实现代码(也是下载的,和大家共享,希望作者不要怪罪)-RSADEMO
RSA
- RSA加解密,南京理工大学密码学实验的源程序代码-RSA encryption and decryption, Nanjing University of Technology and Engineering Cryptography Experiment Source Code
13898386RSA(vc)
- rsa算法。可实现加密与解密。很好的软件代码。-rsa algorithm. Encryption and decryption can be achieved. Very good software code.
758584949497
- rsa算法。可实现加密与解密。很好的软件代码。-rsa algorithm. Encryption and decryption can be achieved. Very good software code.
103244810rsa
- rsa算法。可实现加密与解密。很好的软件代码。-rsa algorithm. Encryption and decryption can be achieved. Very good software code.
17869311RSAUpper
- rsa算法。可实现加密与解密。很好的软件代码。-rsa algorithm. Encryption and decryption can be achieved. Very good software code.
ed
- rsa c 代码 标准c语言实现 可以编译,可以运行
RSA_Demo
- C#代码,基于RSA密码体制实现数字签名。-C# code, based on RSA cryptosystem for digital signatures.
RSA_algorithm_classic_VC_Code_Programming
- RSA algorithm is the classic VC Code Programming VC编程开发RSA算法经典代码-RSA algorithm is the classic VC Code Programming
DigitalSignature
- 此C#代码演示了数字签名的工作模式(附相关资料),算法架构为:RSA+SHA1,你可以参考这些代码。-The C# code shows the operating mode of the digital signature (with relevant data), the algorithm architecture: RSA+ SHA1, you can refer to the code.
RSA-easy
- rsa 实现代码 简单易理解,有界面,可正确运行,但不支持大数-rsa implementation code simple and easy to understand, there are interfaces, can be correctly, but does not support large numbers
RSA
- C++代码实现对一段文字实现加密解密,而且运用了相关VB的知识,对项目进行了界面设计。-C++ code implements the encryption and decryption of the paragraph of text, but also the use of the VB knowledge about interface design project.
RSA
- RSA示例代码,自己产成公私钥对,不错的初学代码.-The RSA sample code, their production into a public and private key pair
RSA
- 本代码主要包括RSA加密算法教程以及使用C语言实现RSA算法的完整代码文档。-This document focuses on the RSA algorithm, RSA is encryption and decryption algorithm. We encrypt the integer at the sending end, and then decrypt the encryption at the receiving end.
RSA.NET
- .NET 提供的 RAS 算法没有提供私钥加密公钥解密的功能,这个代码实现了私钥加密公钥解密。
RSA&DES_Implement
- 本代码使用C#语言实现了RSA和DES算法,其中通过分段处理的方式解决了RSA对较大数据的加解密。(This code block implements the algorithm of RSA & DES,and we resolved the encryption and decryption of data with large size on RSA by segmental processing.)
Rsa
- 基于DES和RSA的加密聊天工具,共包含4个文件: chat.cpp、des.h、rsa.h、makefile。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器),如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。 此外,代码中实现了异步,select以及普通三种IO模型,需要通过定义宏控制。(Encrypted Chat Tool Bas
rsa2048
- RSA2048的C++实现代码,精简实现(C++ mplementation code of rsa2048)