搜索资源列表
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.
gmp_gcd
- 用大数包实现RSA算法的加解密,可以实现很大的数啊-With large numbers packet encryption and decryption of the RSA algorithm, can achieve a great number
RSA
- vc环境下RSA算法加解密功能 很強大,對RSA瞭解有所幫助-Vc environment RSA algorithm encryption function
jiajiemi
- DES RSA等密码学课程中涉及到的加解密算法-DES RSA deng mi ma xue ke jia jiemi suan fa
rsa
- RSA算法,支持256、512、1024位创建密钥、加解密。-RSA algorithm, supports 256, 512, 1024 to create the key, encryption and decryption.
RSA
- vs2015编译的RSA加解密算法,算法比较简单,可以作为新手参考-Vs2015 RSA encryption and decryption algorithm, the algorithm is relatively simple, can be used as a reference for beginners
RSA_tool
- rsa加解密工具,自带测试数据!非常好用,可以直接测试!-rsa encryption and decryption tool that comes with the test data! Very easy to use, it can be tested directly!
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)
test
- 在使用RSA进行相应的加解密过程,用简单的c语言实现过程,仅供参考。(The corresponding encryption and decryption process can be carried out)
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加解密
- 前端加密,传送给后台,防止有人抓包,采用AES加密(The front end encryption, transmitted to the background, prevent people capture)
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