Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - RSA
Search - RSA - List
DL : 0
RSA算法实验报告和代码 1.选取两个素数p,q(不可相差悬殊) 2.计算n=pq,f(n)=(p-1)(q-1) 3.选取e,满足1<e<f(n),则gcd(e,f(n))=1 4.计算d,满足de=1 mod f(n)。一般d>=[n的四分之一方],(e,n)为公钥,(p,q,d)为私钥,将明文0,1序列分组,使每组十进制小于n。c=[m的e次方] mod n,m=[c的d次方] mod n。-RSA algorithm and code an experimental report. Choose two primes p, q (non-significant differences between) 2. Calculate n = pq, f (n) = (p-1) (q-1) 3. Select the e, to satisfy a <e<f(n),则gcd(e,f(n))=1 4.计算d,满足de=1 mod f(n)。一般d> = [n the fourth side], (e, n) for the public key, (p, q, d) for the private key will be expressly 0,1 sequence packet, so that each of the decimal is less than n. c = [m of the e-th power] mod n, m = [c of the d-th power] mod n.
Update : 2024-05-15 Size : 81920 Publisher : jhp627

DL : 0
RSA algorithem p=1024 bits
Update : 2024-05-15 Size : 1024 Publisher : donweena

清华大学数值分析教材中的RSA算法 简单易懂 功能强大-Tsinghua University, numerical analysis textbooks in the RSA algorithm is straightforward and powerful
Update : 2024-05-15 Size : 308224 Publisher : stqcwstqcw

DL : 0
RSA源码测试 openssl 中的RSA密钥算法的使用,可以作为知识的基础点,对加解密有一定的帮助-RSA source code test openssl in the use of RSA key algorithm can be used as knowledge base points, to a certain extent with the help of encryption and decryption
Update : 2024-05-15 Size : 34816 Publisher : liupeng

DL : 0
利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations of large numbers, as well as the number of solution quality
Update : 2024-05-15 Size : 618496 Publisher : 佘曼桂

DL : 0
RSA数字签名算法使用RSA进行数字签名-RSA digital signature algorithm using the RSA for digital signatures
Update : 2024-05-15 Size : 7519232 Publisher : peter

CA authRSA
DL : 0
使用java编写的一个实现加密的RSA算法-Written in a java implementation to use the RSA encryption algorithm
Update : 2024-05-15 Size : 44032 Publisher : 张仪

DL : 0
输入明文,用rsa算法加密,然后输出加密后的密文,再用此算法解密,输出解密后的明文。-Input plaintext, using rsa encryption algorithm, and then the output encrypted ciphertext, and then decrypt this algorithm, the output of the plaintext after decryption.
Update : 2024-05-15 Size : 817152 Publisher : 陌生初熏

DL : 0
implementation of RSA algorithm, source code
Update : 2024-05-15 Size : 128000 Publisher : strannik

DL : 0
RSA算法加密与解密,MFC精美的添加SKinMagic皮肤的可视化界面,采用了分治法处理大整数取模问题-RSA algorithm for encryption and decryption, MFC delicate skin to add SKinMagic visual interface, using divide and conquer the problem to handle large integers modulo
Update : 2024-05-15 Size : 2331648 Publisher : yanpinghu

DL : 0
RSA加密 RSA加密实现了RSA加密技术-RSA encryption RSA encryption RSA encryption technology to achieve a
Update : 2024-05-15 Size : 34816 Publisher : meow

DL : 0
RSA 加密解密的简单实现 平时的作业,发出来给大家共享下-RSA encryption and decryption of a simple realization of the usual operations, issued to give everyone to share the
Update : 2024-05-15 Size : 8192 Publisher : 胡晓波

DL : 0
用Java编写的RSA例子,能够使用,简单明了-Written in Java using RSA example, be able to use, simple to understand
Update : 2024-05-15 Size : 2706432 Publisher : ouxinnan

CSharpRSA
DL : 0
RSA encryption using private key and RSA decryption using public key. c sharp implementation.
Update : 2024-05-15 Size : 81920 Publisher : mysteriousbangalor

DL : 0
software rsa 2048bit
Update : 2024-05-15 Size : 1024 Publisher : amir

分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应用程序进行改进,对关键算法进行尽可能的优化,最终得到一个在windows运行的可以用指定密钥对任意文件进行RSA加密并可解密的完整应用程序,和一些相关的可移植组件。-Do research about the application area of RSA encryption and reason that RSA can be used for file encryption. Design a RSA file-encrypt solution and complete an application on Microsoft Windows™ . Design a C++ class based on normal RSA algorithm. And make a DLL module based on the class. Then complete a .Net Framework™ window-application using that DLL. The application can encrypt any file and decrypt them. The file after encryption can be saved as a text file. And the encryption-keys also can be saved as text.Provide pivotal classes chart, project description, core algorithm flowchart, all source code, and module interfaces document. Do application performance test and record the performance data. Analyze the result then optimize core algorithm and improve the application. Finally, create a practical application using RSA algorithm that can encrypt and decrypt any file. And several modules in the project can be reuse by other applications. For instance, the C++ class can be
Update : 2024-05-15 Size : 1044480 Publisher : 张波

DL : 0
RSA加密算法实现 主要是实现RSA加密算法的程序-RSA
Update : 2024-05-15 Size : 260096 Publisher : 王永

DL : 0
基于大数库miracl的RSA加解密算法,其中gen.c是产生密钥,encode.c是进行加密,decode.c是进行解密-Based on large numbers of RSA encryption and decryption library miracl algorithm, which gen.c is to generate the key, encode.c is encrypted, decode.c is to decrypt
Update : 2024-05-15 Size : 1372160 Publisher : hbhb

matlabRSA
DL : 0
密码学中RSA算法的MATLAB实现。包含算法说明及程序验证。-Cryptography RSA algorithm MATLAB implementation. Contains the algorithm description and program verification.
Update : 2024-05-15 Size : 6144 Publisher : Gina

运行环境 Delphi5, Delphi6, Delphi7 经典算法RSA -Runtime environment Delphi5, Delphi6, Delphi7 classical algorithm for RSA
Update : 2024-05-15 Size : 245760 Publisher : klmm178
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.