搜索资源列表
bigint_zxf
- 一个很好用的大整数的类, 最大可支持9999990位的十进制整数, 可进行大整数的加、减、乘、除和取模运算,并带有求大整数的 最大公因数、扩展Euclidean算法、中国剩余定理算法、 Miller-Rabin素性测试算法、随机生成任意位的大整数等函数库, 这个类的动态库曾用于商业软件之中,其可靠性和速度是得到 确认的。用于商业目的可能需要注册。-a good use of the integer type, the biggest 9999990 to support th
RSA解密和加密算法的实现和应用
- RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a,
ltmpp
- 密码学大整数运算的库函数,libtom,非常专业,没有基础就别下了。-Cryptography big integer computing library functions, libtom, very professional, there is no other foundation has.
BIGIL
- 128位大整数运算源代码 源代码包含128位大整数的加减乘除、取模、乘幂、2进制和10进制转换等运算,可用于大整数运算和加解密算法。 -128 large integer computing source code source code contains 128 large integer addition and subtraction, multiplication and division, modulus, by power, 2-band and 10 hexadecimal
md5
- MD5的全称是Message-digest Algorithm 5(信息-摘要算法),用于确保信息传输完整一致。在90年代初由MIT Laboratory for Computer Science和RSA Data Security Inc,的Ronald L. Rivest开发出来,经MD2、MD3和MD4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的大整数)。-The full name of MD5 is
RSA-Final
- 基本RSA加密/解密算法的C++实现,带有大整数运算功能-Fundamental RSA En/Decoding algorithm with Big integer computation function
deh-
- C++ 超大整数类 及RSA加密 功能特别强大的适用于非负整数的大整数类并用于RSA加密解密 -Large integer class C + + C + +, and RSA encryption and RSA encryption super integer class is particularly strong for non-negative integer big integer class for RSA encryption and decryption
Big-Integer
- 大整数实现500000位的运算,可以改进进行压缩加密算法。-Big Integer 500 000 operations , and can improve the compression and encryption algorithms .
miracl_Test
- 基于miracle实现的大数测试程序,编程环境2010,可有进一步进行非对称密码相关实验-Big Integer test program based on miracle and VS2010 ,which can be used for further crypto program especially RSA
OldBigIntegerConstructorsTest
- Old Big Integer Constructors Test Source Code for Linux.
OldBigIntegerDivideTest
- Old Big Integer Divide Test Source Code for Linux.
BigIntegers
- Big Integer utilities Source Code for Linux.
OldBigIntegerToStringTest
- Old Big Integer To String Test Source Code for Linux.
BigIntegerTest
- Big Integer Test for Linux v2.13.6.
JCERSAPrivateKey
- Big Integer for Linux.
