搜索资源列表
RsaTool.自己写的RSA算法工具
- 自己写的RSA算法工具。支持RSA密钥产生(包括CRT)、RSA运算、强素数生成、大数运算等功能。用了的都说好。,Writing their own tools of the RSA algorithm. Support for RSA Key Generation [including CRT], RSA computation, strong prime number generation, large numbers computing functions. Use of that goo
5sourcecodes
- o-1 knapsack parallel implementaion in c, Begining socket pro in c.zip, rsa using crt in c, des in java, fuzzy string matching in c-o-1 knapsack parallel implementaion in c, Begining socket pro in c.zip, rsa using crt in c, des in java,
CRTRSA
- The variant of rsa CRT RSA which optimizes decryption time of original RSA
RSA
- original rsa as given by rivest,shamir , and adleman. Its problems in decryption are optimized using rsa variants like crt rsa, multiprime rsa, rebalanced rsa and rprime rsa. U should give the no. of bits to be 1024 and check it on netbeans 6.5 or la
CRYPTBAS.ZIP
- CRT Implementation in RSA and other cryptography algorithms.
Abstract
- 摘 要: 1982年,Quisquate和Couvreur提出了一种RSA的变型算法,称为RSA–CRT算法,这是一种基于中国剩余定理的能够加速RSA解密的算法。1990年,Wiener提出了另外一种RSA的变型算法,称为重新平衡–RSA,进一步通过把解密成本转移到加密成本上来加速RSA解密。但是,因为公开指数e通常和RSA系数是同一量级,所以这种方法实质上最大化了加密时间。在本文中,我们介绍两种重新平衡–RSA变型算法,它们的公开指数e比模量更加的小,因此能够在保持较低解密成本的同时有效地减少
RSAMultiPrimePrivateCrtKeySpec
- The key specification of a RSA multi-prime private key with the Chinese Remainder Theorem (CRT) information values used.
JCERSAPrivateCrtKey
- A provider representation for a RSA private key, with CRT factors included.
RSAMultiPrimePrivateCrtKeyTest
- RSA Multi Prime Private Crt Key Test extends Test Case Source Code for Java scr ipt.
RSAPrivateCrtKeySpecTest
- Tests for RSA Private Crt Key Spec class fields and methods Source Code for Linux.
RSAPrivateCrtKeySpec
- The key specification of a RSA private key using Chinese Remainder Theorem (CRT) values.
RSAPrivateCrtKeyTest
- RSA Private Crt Key Test for Linux.
RSAMultiPrimePrivateCrtKeySpec
- The key specification of a RSA multi-prime private key with the Chinese Remainder Theorem (CRT) information values used.
A-New-Attack-on-RSA-and-CRT-RSA
- A New Attack on RSA and CRT-RSA
Chinese_Remainder_Theorem
- 中国余数定理及Matlab代码实现,总共包括三个函数,eulerphi(p)函数用于计算the Euler s Totient Function of p,invmodn(x,p)函数计算the inverse modulo of x under p ,CRT(r,p)函数实现结果。-Descr iption eulerphi(p) computes the Euler s Totient Function of p where p is a positive integer and