搜索资源列表
RSA对称加密算法源代码
- 利用RSA对称算法实现文件加密,密钥512位,比较安全。但不是特别安全。因为推荐2048位的密钥目前是很安全的。-use RSA asymmetric encryption algorithm document, the key 512, relatively safe. But it is not particularly safe. Since 2048 recommended the key now is very safe.
creatcert
- 使用windows csp 簽發2048 bits 憑證
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.
2048-v2
- 基于QT编程的2048 小游戏 基于QT编程的2048 小游戏
RSA-2048-SignVerifySign
- CA认证系统中使用最广泛的证书载体是USBKEY,国内各大产商一般是使用CSP服务来提供加解密服务。这个例子是2048位的RSA数字签名与验证签名,使用厂家自带的csp来实现(若下载者没有安装任何USBKEY的驱动,可将代码中的TEST_CSP_NAME宏改为NULL 即调用微软自带的csp),编译环境VC6.0。-CA authentication system is the most widely used carrier certificate in USBKEY, the major d
2048game.tar
- 2048小游戏的简单c语言编程,适合初学者看,简单易懂,(The simple C language programming of 2048 small games)
VB6支持256、512、1024、2048的RSA加密
- 很好的一个vb6的rsa加密解密,支持256、512、1024、2048。