搜索资源列表
RSAKey
- RSA公钥密钥生成程序,C++语言编写,采用了自己的大数类,可在短时间内生成1024位的RSA公钥和密钥,内有详细注解-RSA public key generation procedures, C language, the use of large numbers of its own category, during a 1024 production of the RSA public key and key, with detailed notes
RSAfinal
- 能够生成1024位的RSA算法密钥对,C++语言实现
rsa
- RSA算法C++实现,实现RSA算法,密码强度1024
1024RSA
- 支持大整数的RSA算法,还可以自动生成随机大素数-Support for large integer RSA algorithm, can also automatically generate random large prime numbers
RSAencryptonC
- RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。RSA的缺点主要有:A)产生密钥很麻烦,受到素数产生技术的限制,因而难以做到一次一密。B)分组长度太大
83274902RSA
- 这是一个RSA的简单实现算法,用的是C++语言实现的. RSA加密算法的vc实现,可以实现1024位的加密 -This is a simple realization of RSA algorithm is used in C++ language to achieve. RSA encryption algorithm to achieve the vc, the 1024 can be encrypted
4534455RSAvb
- rsa算法C++实现,实现RSA算法,密码强度1024 rsa加密/解密算法实现源码与例子 -rsa algorithm for C++ to achieve, the realization of RSA algorithm, the password strength of 1024 rsa encryption/decryption algorithm and source code examples
RSA
- software rsa 2048bit
RSAUpper
- 能够生成1024位的RSA算法密钥对,C++语言实-Capable of generating 1024 RSA algorithm key pair, C++ language
RSA-Encryption
- 用c++实现1024位大数rsa算法大数加密解密-Tarsus achieve 1024 rsa encryption
rsa
- 1.问题描述 RSA密码系统可具体描述为:取两个大素数p和q,令n=pq,N=(p-1)(q-1),随机选择整数d,满足gcd(d,N)=1,ed=1 modN。 公开密钥:k1=(n,e) 私有密钥:k2=(p,q,d) 加密算法:对于待加密消息m,其对应的密文为c=E(m)=me(modn) 解密算法:D(c)=cd(modn) 2.基本要求 p,q,d,e参数选取合理,程序要求界面友好,自动化程度高。 4. 实现提示 要实现一个真实的RSA密码系统,主要考虑对大整数的处理。P
rsa
- RSA1024 加密解密源码,可移植到其他的嵌入式平台(Rsa1024 encryption and decryption source code, which can be transplanted to other embedded platforms)