Welcome![Sign In][Sign Up]
Location:
Search - RSA算法

Search list

[Otherrsa算法的vf实现

Description: 使用Visuanl Foxpro实现RSA算法的加密、解密。
Platform: | Size: 22528 | Author: zhengfuyan@163.com | Hits:

[WinSock-NDISRSA算法源码

Description: 用mfc做的程序,能实现RSA算法的源代码。很实用。
Platform: | Size: 1980537 | Author: baiyundsh | Hits:

[Firewall-Securityrsa算法

Description: RSA 算法
Platform: | Size: 37187 | Author: xiaqiuzhuan | Hits:

[Crack HackRSA算法介绍

Description: RSA算法介绍-RSA algorithm introduced
Platform: | Size: 4096 | Author: 管冬兵 | Hits:

[Crack Hackrsa算法

Description: java自行开发rsa-developed rsa
Platform: | Size: 1024 | Author: | Hits:

[Windows DevelopRSA-sourcode

Description: RSA算法的C语言源代码-RSA algorithm in C language source code
Platform: | Size: 36864 | Author: 曾式 | Hits:

[CSharpRSA加密和解密

Description: 用C#中RSACryptoServiceProvider类型,实现RSA算法的加密,和解密,用控制台实现-C# RSACryptoServiceProvider type, achieving RSA encryption, and decryption using Console
Platform: | Size: 1024 | Author: 张立 | Hits:

[Crack HackRSA加解密

Description: vc环境下RSA算法加解密功能的实现,内附有示例代码。-The implement of encryption and decryption with RSA algorithm in VC environment, attached with example source code.
Platform: | Size: 1967104 | Author: wj | 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:

[Firewall-Security64bit RSA加密

Description: 64位RSA算法源程序,VB代码.可用于INTERNET网络编程-64 RSA algorithm source, VB code. Can be used for Internet Network Programming
Platform: | Size: 5120 | Author: 董铭惠 | Hits:

[GUI DevelopRSA加解密算法

Description: 信息安全中的RSA算法,界面简单明了,功能齐全-information security of the RSA algorithm, simple interface, the full range of functions
Platform: | Size: 1914880 | Author: sun | Hits:

[CSharpRSA程序算法分析

Description: 密码学中极重要的RSA算法的C编程实现。希望对一些喜欢C的朋友有用-cryptography very important RSA algorithm in C programming. Some like to hope that the friends useful C
Platform: | Size: 4096 | Author: 陈生 | Hits:

[Software Engineeringrsa-systemc

Description: 适用于systemC环境的rsa算法程序的源代码-applicable to the environment rsa algorithm source code
Platform: | Size: 4096 | Author: 张燕 | Hits:

[BooksRSA算法流程图

Description: RSA 加密、解密算法流程图,以及源代码解析,让你快速熟悉RSA算法。-RSA encryption, decryption algorithm flowchart, and source code analysis, which allows rapid familiar with the RSA algorithm.
Platform: | Size: 712704 | Author: | Hits:

[Crack Hackrsa.java

Description: java版的RSA算法,可以供参考使用。你可以试试哦-java version of the RSA algorithm can be used for reference. Oh, you can try
Platform: | Size: 2048 | Author: 康lg | Hits:

[Crack HackRSA-C++

Description: RSA算法的C++源程序,喜欢的下,-RSA algorithm in C source files, like, thank you
Platform: | Size: 5120 | Author: lxm | Hits:

[Crack HackVC++RSA

Description: VC++实现RSA算法 进行了部分优化,优化地方参考:程序中间的注释, 查考书籍是: 《计算机密码学》(第二版)卢开澄 清华大学出版社-VC RSA algorithm part of optimization, optimization of the local reference : intermediate procedures of the Notes the history books are : "Computer cryptography" (second edition) opened Cheng Lu Qinghua University Press
Platform: | Size: 234496 | Author: 刘武器 | Hits:

[Crack Hack99-GuTingTing-RSA

Description: RSA算法是一种公钥密码算法.实现RSA算法包括生成RSA密钥,用RSA加密规则和解密规则处理数据。RSA数字签名算法利用RSA算法实现数字签名。本文详述了RSA算法的基本原理, RSA加密算法的实现以及如何利用RSA实现数字签名.-RSA is a public key cryptography algorithm. Implementation of RSA algorithm include RSA key generation. using RSA encryption and decryption rules rules processing data. RSA digital signature algorithm uses RSA Digital Signature Algorithm. The paper describes how the RSA algorithm to the basic principles RSA encryption algorithm and the realization of how to use RSA digital signature.
Platform: | Size: 19456 | Author: huke | Hits:

[Crack HackRSA算法

Description: RSA算法,用的C++语言实现,可以给那些初次接触这个,需要学习的同学使用(RSA algorithm, using C++ language, you can give those who first contact this, need to learn the use of students)
Platform: | Size: 2403328 | Author: roppe | Hits:

[e-language易语言RSA算法模块

Description: 完整的RSA算法历程,加密解密,生成秘钥(Course, the complete RSA algorithm encryption and decryption, key generation)
Platform: | Size: 7168 | Author: JokerDSDS | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net