Welcome![Sign In][Sign Up]
Location:
Search - big number a

Search list

[OtherBigNum

Description: A useful Big-Number class.
Platform: | Size: 26615 | Author: Wang David | Hits:

[Crack HackRSA解密和加密算法的实现和应用

Description: 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, 将其看成是一个大整数, 假设 a < n.... 如果 a >= n 的话, 就将 a 表成 s 进位 (s <= n, 通常取 s = 2^t), 则每一位数均小于 n, 然後分段编码...... 接下来, 计算 b == a^m mod n, (0 <= b < n), b 就是编码后的资料。解码的过程是, 计算 c == b^r mod pq (0 <= c < pq), 于是, 解码完毕-RSA algorithm : First, find a few 3, p, q, r, p, q is the two different prime number, with the r (p-1) (q-1) coprime several ... p, q, r it person_key number is three, and then find m, making r ^ m == a mod (p-1) (q-1 m ...................................... this must exist, because r (p-1) (q- 1) coprime, with the division algorithm can be a ..... Next, calculate n = pq ....... m, n is the number two public_key, coding process is that if a data and to treat it as a big Integer assuming a <n. ... If a> = n, a table will be rounding into s (s <= n, usually from 2 ^ s = t), each n is less than the median, and then sub-coding ..... . Next, calculate a == b ^ m mod n, (0 <= b <n), b is encoded information. Decoding is the process of calculating c == b ^ r mod pq (0 <= c &
Platform: | Size: 1024 | Author: 胡康康 | Hits:

[Data structsbignumber

Description: 大整数的四则运算,搞ACM时丰常常用,我当时是屡试不爽,传上来大家分享-Large integer arithmetic, ACM engaged in abundance are often used when, I was applied successfully, Chuan-up to share
Platform: | Size: 2048 | Author: mzp | Hits:

[OtherBigNum

Description: A useful Big-Number class. -A useful Big-Number class.
Platform: | Size: 26624 | Author: Wang David | Hits:

[OtherJieCheng

Description: 求大数的阶乘问题源代码,在vs2005上亲自调试过。-rCalculate the n! of a big number!
Platform: | Size: 737280 | Author: zhh | Hits:

[Other6502asm

Description: 6502编程大奥秘,一个详细的介绍6502CPU编程的chm格式电子书,里面还提到了许多文曲星上汇编系统的开发-6502 Programming big mystery, a detailed description 6502CPU programming chm format e-books, which also mentioned a number of Wen Quxing on the compilation of system development
Platform: | Size: 560128 | Author: Beijing | Hits:

[Data structsbig_factorial

Description: finding out the factorial of a big number
Platform: | Size: 1024 | Author: touhidur | Hits:

[Data structsfactorial-of-big-number

Description: 大整数的高精度幂,用数组实现,高精度算法的经典程序- factorial of a big int number,
Platform: | Size: 1024 | Author: masi | Hits:

[Crack Hackmiracl5.3.11

Description: 这是最新的MIRACL的最新版本,支持多种算法,如IBE加密、签名、验证-MIRACL is a Big Number Library which implements all of the primitives necessary to design Big Number Cryptography into your real-world application. It is primarily a tool for cryptographic system implementors. RSA public key cryptography, Diffie-Hellman Key exchange, DSA digital signature, they are all just a few procedure calls away. Support is also included for even more esoteric Elliptic Curves and Lucas function based schemes. The latest version offers full support for Elliptic Curve Cryptography
Platform: | Size: 1457152 | Author: yoy | Hits:

[Windows DevelopN!

Description: 计算n!,使用数组模拟,以100000为进位标准,减少内存消耗,实现较大数字的的阶乘-Calculate n! . Use array to simulate the factorial of a big number. In order to save the memory, we use 100000 as the principle of the number s carry.
Platform: | Size: 1024 | Author: wsc | Hits:

[OtherBigNum

Description: A code for big number main operation
Platform: | Size: 1024 | Author: Smart | Hits:

[JSP/Javaguss-number

Description: 在java中输入一个数字,在0-100之间,然后输入一个数和它比较,给出大还是小的提示,然后继续猜-Enter a number between 0-100, and then enter a number in it, given how big or small tips, and then continue to guess the java
Platform: | Size: 1024 | Author: 王维 | Hits:

[Otherbignum

Description: a big number class and a calculator using the class
Platform: | Size: 10240 | Author: cool | Hits:

[Other systemsxiaofei

Description: a big number class and a calculator using the cla-a big number class and a calculator using the class
Platform: | Size: 15360 | Author: cool | Hits:

[Otherdashujisuan

Description: 不限位数的大数(即很大很大的数)的加法,减法和乘法计算。-Not limited to the number of bits of large numbers (that is a big, big number) of addition, subtraction, and multiplication.
Platform: | Size: 2048 | Author: wen | Hits:

[source in ebookbig-number

Description: 本计算器实现了的功能有: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行 3、以角度、弧度两种方式实现上述部分函数 4、具备历史计算的记忆功能 5、对不正确的表达式能指出其错误原因-Achieve the functionality of the calculator: 1, binary, octal, decimal and hexadecimal numbers add, subtract, multiply, divide, exponentiation modulo a simple calculation, scientific computing functions, including the (anti-) sine , (anti) cosine, tangent, (Anti-) (anti-) cotangent, square root, exponential functions such as running, angle, curvature of two ways to achieve some of these functions with the history of computing memory function 5 on the incorrect expressions can point out the cause of the error
Platform: | Size: 3989504 | Author: 殷雷 | Hits:

[ConsoleBigNum

Description: It is a Big Number operating example code.
Platform: | Size: 1024 | Author: 賴冠 | Hits:

[matlabcompecon

Description: A big number of methods applied in Economics.
Platform: | Size: 427008 | Author: Caio | Hits:

[Algorithmbig-one

Description: 求最大数的方法,在四个数中通过比较求出最大的一个数-The method of seeking the maximum number of four numbers by comparing the determined a maximum number of
Platform: | Size: 2048 | Author: 曾春夏 | Hits:

[e-languageBatch-ID-number-generated

Description: 这是一个非常强大的身份证号生成器源码,可一次性生成多大500个号码,还可以自定义出生日期,详细的家庭地址等,非常完美。-This is a very powerful card number generator source code, you can generate a one-time big 500 number, you can also customize the date of birth, home address and other details, perfect.
Platform: | Size: 39936 | Author: duolajiazu | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net