搜索资源列表
DESandRSA
- DES和RSA加解密C++语言算法,希望对大家有用处!
RSA加解密算法
- 信息安全中的RSA算法,界面简单明了,功能齐全-information security of the RSA algorithm, simple interface, the full range of functions
MyRSA
- 用VC编写的32位RSA加解密算法程序,采用控制台输入输出方式,加密速度达到800kb/s.绝对原创。-Written by VC RSA encryption and decryption algorithm 32-bit program, using the console input and output, encryption speeds of up to 800kb/s. absolute originality.
RSA
- RSA加解密,南京理工大学密码学实验的源程序代码-RSA encryption and decryption, Nanjing University of Technology and Engineering Cryptography Experiment Source Code
RSA
- 基于RSA的加解密功能实现 脉络清晰,注释详细,易于理解-RSA-based encryption and decryption functions of the context clear, detailed notes, easy to understand
RSA
- 基于RSA加解密程序,已调试运行通过,但是只是基本功能-RSA-based encryption and decryption procedures, has been run through the debugger, but only the basic functions. . .
rsa
- 一般的RSA演算过程,是在C环境下开发的,为解决加解密问题而开发。-General process of RSA algorithm is developed under the C environment, in order to solve the problem of the development of encryption and decryption.
RSA
- rsa 加解密的功能实现,不知道非常大的数据-rsa encryption and decryption functions to achieve, do not know very large data
rSA-Encoder
- rsa加解密小软件,通过该软件能够加解密文件。-rsa software c#
RSA
- vs2015编译的RSA加解密算法,算法比较简单,可以作为新手参考-Vs2015 RSA encryption and decryption algorithm, the algorithm is relatively simple, can be used as a reference for beginners
RSA 工具类
- rsa加解密工具类,包括2048/1024(RSA encryption and decryption tool class, including 2048/1024)
jsencrypt-master
- 实现RSA使用公私钥对进行加解密,压缩包里有demo(RSA encrypt and decode)
openssl_rsa_tool
- 基于openssl封装的c++ rsa加解密(C++ RSA encryption and decryption based on OpenSSL)
RSA加解密
- 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,
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加解密算法
- 通过上机操作,使同学生对公钥加密算法RSA密码体制的加、解过程有一个更加清晰地认识。通过本次实验,加深学生对公钥密码体制的认识,为后面的学习打下基础。(Through the operation of the computer, there is a clearer understanding of the process of adding and solving the RSA cryptosystem of the public key encryption algorithm. Thro
RSA
- 实现rsa简单加密解密,运行后输入选择功能,输入秘钥和数字进行加解密操作(simple rsa encrytion and decryption)
RSA
- 随机生成两个大素数,并对文件进行加解密。(Generate two large prime numbers to decrypt files)
RSA加解密的设计与实现--程序+报告
- 制作一个RSA的加解工具的过程: 1、随机搜索大素数,随机生成公钥和私钥; 2、用公钥对任意长度的明文加密; 3、用私钥对密文解密; 4、界面简洁、交互操作性强。 5、(可选)实现对汉字的加解密,把加密结果存放在文本文档(The design process of making a RSA encryption tool: 1. The large prime number is searched randomly and the public key and the priv
RSA加解密和素性检验
- 1. rsa加密算法和rsa解密算法的c语言实现 2. 大素数检验 3. 自动生成p,q,e