Welcome![Sign In][Sign Up]
Location:
Search - c source code for rsa encryption

Search list

[CSharprsa_code

Description: rsa算法,这里将给出一个简单加密模块的全部源程序(源代码) 至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行 GCC –O CODE CODE.C 然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用 ./CODE D [IP ADDRESS] 进行解密整个过程中产生了两个中间文件,至于什么文件,你去试一试就知道啦! -rsa algorithm, Here is a simple encryption of all source modules (source code) As for the theory RSA online a lot, it is based on public key encryption algorithm a system. This example was mainly used to a certain important document to a bundled IP addresses. Copy it down, depositors to CODE.C. before the implementation of GCC-O CODE CODE.C then. / CODE E [IP ADDRESS] [FILENAME] document encryption. Or use. / CODE D [IP ADDRESS] declassified whole process created the two intermediary file, As to what documents you try to know!
Platform: | Size: 1509 | Author: 潘伟波 | Hits:

[Crack Hacksanpack_rsa_vs2003sln_src

Description: 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应用程序进行改进,对关键算法进行尽可能的优化,最终得到一个在windows运行的可以用指定密钥对任意文件进行RSA加密并可解密的完整应用程序,和一些相关的可移植组件。 -RSA algorithm analysis application, appraisal document RSA encryption algorithm application of the feasibility and significance. Practical design of a complete set of documents RSA encryption solution to achieve specific coding. RSA algorithm to study conventional RSA algorithm, using C to achieve RSA encryption algorithm library. and 32% Packaging windows platform components. In. Net platform invocation components can be achieved for arbitrary document RSA encryption operation Window applications. After an encrypted file and key documents are text documents. Class is the key category map, the entire application document describes the structure, the key modules flowchart, more detailed interface documentation, All source code. Application procedures for conducting tests on the test results
Platform: | Size: 1052497 | Author: 周刘兵 | Hits:

[Crack Hackrsa_c

Description: rsa加密算法源程序-rsa encryption algorithm source code
Platform: | Size: 21504 | Author: 王珺 | Hits:

[CSharprsa_code

Description: rsa算法,这里将给出一个简单加密模块的全部源程序(源代码) 至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行 GCC –O CODE CODE.C 然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用 ./CODE D [IP ADDRESS] 进行解密整个过程中产生了两个中间文件,至于什么文件,你去试一试就知道啦! -rsa algorithm, Here is a simple encryption of all source modules (source code) As for the theory RSA online a lot, it is based on public key encryption algorithm a system. This example was mainly used to a certain important document to a bundled IP addresses. Copy it down, depositors to CODE.C. before the implementation of GCC-O CODE CODE.C then./CODE E [IP ADDRESS] [FILENAME] document encryption. Or use./CODE D [IP ADDRESS] declassified whole process created the two intermediary file, As to what documents you try to know!
Platform: | Size: 1024 | Author: 潘伟波 | Hits:

[Crack Hacksanpack_rsa_vs2003sln_src

Description: 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应用程序进行改进,对关键算法进行尽可能的优化,最终得到一个在windows运行的可以用指定密钥对任意文件进行RSA加密并可解密的完整应用程序,和一些相关的可移植组件。 -RSA algorithm analysis application, appraisal document RSA encryption algorithm application of the feasibility and significance. Practical design of a complete set of documents RSA encryption solution to achieve specific coding. RSA algorithm to study conventional RSA algorithm, using C to achieve RSA encryption algorithm library. and 32% Packaging windows platform components. In. Net platform invocation components can be achieved for arbitrary document RSA encryption operation Window applications. After an encrypted file and key documents are text documents. Class is the key category map, the entire application document describes the structure, the key modules flowchart, more detailed interface documentation, All source code. Application procedures for conducting tests on the test results
Platform: | Size: 1051648 | Author: 周刘兵 | Hits:

[Crack HackRSACode

Description: 这是一个rsa的加密程序,可以加密一般的文本文件,对于数字签名有很重要的应用,还可以用于图象的加密-This is a rsa encryption procedures, encryption general text files, Digital signatures for a very important application, the images also can be used for encryption
Platform: | Size: 1024 | Author: 方泽栋 | Hits:

[Crack Hackrsa-cpp

Description: RSA加密C源码 1978年就出现了这种算法,它是第一个既能用于数据加密 也能用于数字签名的算法。它易于理解和操作,也很流行。算 法的名字以发明者的名字命名:Ron Rivest, AdiShamir 和 Leonard Adleman。但RSA的安全性一直未能得到理论上的证明。-RSA encryption C source code 1978 on the emergence of this algorithm, it is the first not only for data encryption can be used for digital signature algorithms. It is easy to understand and operate, but also very popular. Algorithm
Platform: | Size: 5120 | Author: zen | Hits:

[Crack HackRSAVC2

Description: 是很不错的RSA代码!不是本人的!为了大家学习!进步!此控件是为了让 DataGridView 支持多维表头,而设计的. 通过导入一个树图(TreeView)的概念,每一个节点对应到一个表头单元格. 在多维标题中的每一个最底层的标题相当于 TreeView 中最低深度的节点. C++写的椭圆曲线加密算法库源码 -RSA is a very good code! Not own! For them to learn from! Progress! This DataGridView control is to enable support for multi-dimensional tables first, and the design. Through into a tree (TreeView) concept, each node corresponds to the a table header cell. in multi-dimensional in the title of every equivalent to the bottom of the title of the lowest depth of the TreeView nodes. C++ to write the elliptic curve encryption algorithm library source
Platform: | Size: 3072 | Author: 易天行 | Hits:

[Crack Hackrsasoft

Description: 利用vc++实现RSA加密解密算法源代码 [VC_RSA.rar] - 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。-Vc++ to achieve the use of RSA encryption and decryption algorithm source code [VC_RSA.rar]- a, RSA express the basic principles of M and the ciphertext packet division C, encryption and decryption process is as follows: C = POW (M, e) mod n M = POW (C, d) mod n = POW (POW (M, e), d) mod n = POW (M, e* d) which is a POW exponential function, mod is to strive for balance function.
Platform: | Size: 17408 | Author: 易天行 | Hits:

[Crack Hack4534455RSAvb

Description: rsa算法C++实现,实现RSA算法,密码强度1024 rsa加密/解密算法实现源码与例子 -rsa algorithm for C++ to achieve, the realization of RSA algorithm, the password strength of 1024 rsa encryption/decryption algorithm and source code examples
Platform: | Size: 21504 | Author: 易守旺 | Hits:

[Crack HackRSA_C_source

Description: 真正完整独立运行的RSA加密解密C源代码,并有教学用的课件(PDF文件), 可以到http://zhou63.ahut.edu.cn/更新。-Truly complete stand-alone RSA C source code for encryption and decryption, as well as teaching courseware (PDF file), and you can update them on http://zhou63.ahut.edu.cn/.
Platform: | Size: 506880 | Author: zhou | Hits:

[Crack HackResearch-And-Development-Of-RSA-File-Encryption.ra

Description: 分析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
Platform: | Size: 1044480 | Author: 张波 | Hits:

[Crack Hackencrypt_algorithms

Description: 信息安全课程的实验,含AES、DES、RSA三个加密算法和MD5、SHA-1两个哈希算法的C/C++源代码,可以加密字符串和文件。-Information Security course experiments, including AES, DES, RSA three encryption algorithms and MD5, SHA-1 hashing algorithm for two C/C++ source code, you can encrypt strings and files.
Platform: | Size: 19321856 | Author: 落魄书生 | Hits:

CodeBus www.codebus.net