搜索资源列表
rsa
- 整体思路 用createkey.java 文件来产生秘钥,用jiami.java 文件来实 现加密,用jiemi.java 文件来实现解密,用BigInteger.java 来实现 大数的表示及运算,用rsa.java 来实现前端图形界面显示。有关函 数见五个文件里的具体实现。
BigInteger.zip
- 自己在进行RSA的学习时写的一个BigInt类,实现了一百二十八位数的整数(十六进制的位,不是二进制的bit)的基本运算。,During the study of RSA I wrote this BigInt class implements 128-digit integer (in hex, not binary bit) of the basic operations.
RSA
- 使用BigInteger类实现,实现了RSA的加解密-RSA encrytion and decryption ,biginteger RSA encrytion and decryption ,biginteger
RSA
- 基于大数库的RSA加密算法c#实现。大数库使用的是Documentation for C# BigInteger cla- Database based on large numbers of RSA encryption algorithm c# to achieve
RsaOneZeroTwoFour
- Rsa of 1024 bits on j2me platform using the bouncy castle apis for support for java.math.BigInteger and java.scrurity.SecureRandom and with highest obfuscation in Netbeans6.5 with CLDC1.1 and MIDP 2.1
rsa
- 自己实现的rsa加密 使用了biginteger 界面用swing做的 密码学大作业-rsa implemented by myselt using BigInteger and swing
RsaAttack
- 包含大整数类,RSA加解密算法类,以及RSA低加密指数攻击的实现过程。大整数类实现任意大整数(可调整)的运算,重载+、-、*、/运算符,实现模幂、模逆运算,任意次幂、开任意次方运算。RSA类实现自定义密钥的加解密算法,各种转换过程。主函数提供了当公钥e很小时恢复明文的攻击方法。-It contains BigInteger class,RSA encryption algorithm class and the implementation process of RSA low encrypti
encryption-rsa-avec-biginteger
- Mon programme encrypte les fichiers avec l algorithme d encryptions rsa, mais en utilisant java
bigPrime
- 采用BigInteger 类实现大素数生成,主要用于密码学RSA算法。-Using BigInteger class implements a large prime number generation, mainly for RSA cryptography algorithm.