搜索资源列表
RSA1 用RSA算法实现加解密的功能
- 用RSA算法实现加解密的功能,可支持128-2048位,RELEASE版本,无问题。还有可支持大数运算的计算功能-RSA encryption algorithm with the functionality to support 128-2048 bit, RELEASE version, no problem. There can support large numbers of computing operations
refine_RSA
- 实现了蒙哥马利算法,能够对2048,1024.512位的RSA进行加解密运算,能够自动生成密钥-Montgomery algorithm is implemented, can 2048,1024.512 bit RSA encryption and decryption operations to automatically generate the keys
PrimeGenAndTester
- Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. Program has easily readable and
RSAencryptonC
- RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。RSA的缺点主要有:A)产生密钥很麻烦,受到素数产生技术的限制,因而难以做到一次一密。B)分组长度太大
RSA
- software rsa 2048bit
rsaeuro
- RSA加解密算法源码,linux下实现,支持1024密钥长度-RSA formula source code
cwcli_src
- CipherWall Client, code to work with sockets, sqlite database and CA realization: - RSA 2048-4096 bit - digit auth on RSA - 3-step cert auth - Blowfish in CFB mode (448 bit) - SHA-256 и SHA-512 - HMAC on base SHA-256 - random-digit gen
safecli_src
- CipherWall Client, code to work with sockets, sqlite database and CA realization: - RSA 2048-4096 bit - digit auth on RSA - 3-step cert auth - Blowfish in CFB mode (448 bit) - SHA-256 и SHA-512 - HMAC on base SHA-256 - random-digit gen
RSA
- 编程实现RSA算法。包括:生成公钥(e, n)和私钥d,对明文m加密,对密文m解密。 注:实际应用中,512比特的n 已经不够安全,所以建议公司用1024比特的n,及其重要的场合用2048比特的 n。所以大家要选择大整数n。-Programming RSA algorithm. Include: Creation of a public key (e, n) and private key d, m the plaintext encryption, decryption of cipher
rsaJAVA
- 用RSA算法在JAVA1024/2048-using ras encrpytion algorithm in java
rsa2048
- 2048位的RSA加解密算法实现,运行起来对电脑配置要求可能比较高-2048bit RSA
RSA2048
- MFC实现RSA算法加密,有四个强度256 512 1024 2048,绝对可以用-The MFC implementation of the RSA encryption algorithm, there are four intensity 25,651,210,242,048 can surely be
RSA
- RSA加密解密, 调用汇编,2048位1秒内搞定 源码+演示(转载:非本人原创)-RSA encryption decryption, call assembly, 2048 1 seconds fix
RSARef
- RSA算法源程序,标准C实现,可支持512到2048长度。-RSA algorithm source, the standard C implementation that supports 512-2048 lengths.
theRealRsa4vb6
- 最真实有效的VB6.0版的RSA加解密算法模块,已做成类模块很方便调用。这是我这两三年来找到的最好用的RSA加解密算,运算速度超快,制作1024位及2048位的加解密相当快,实用性极强,用于共享软件的网络在线验证再合适合过了。这个代码对于还在用VB6.0做共享软件的朋友在做注册模块时相当有用的,可以确保不会被写出注册机来。-The most real and effective VB6.0 version of RSA encryption and decryption algorithm mo
myrsa_str
- 使用crypto++ 5.6.2实现的RSA加解密算法,支持字符串文件的加解密,公钥默认为2048bit。 使用Cygwin编译测试通过。-RSA 2048 with crypto++ 5.6.2. Support ASCII file. Compiled Cygwin and tested PASS.
myrsa_bin
- 使用crypto++ 5.6.2实现的RSA加解密算法,支持二进制文件的加解密(即任意文件格式),公钥默认为2048bit。 使用Cygwin编译测试通过。-RSA 2048 with crypto++ 5.6.2. Support any file format. Compiled Cygwin and tested PASS.
chat_RSA
- rsa算法的例子,2048位密钥生成时间15分钟,没有密码-RSA algorithm example, 2048 key generation time 15 minutes, no password
rsa
- rsa的加密解密算法,可以实现2048位的,虽然速度有点慢(RSA encryption and decryption algorithm, can achieve 2048 bits, although a bit slow)
VB6支持256、512、1024、2048的RSA加密
- 很好的一个vb6的rsa加密解密,支持256、512、1024、2048。