Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - RSA
Search - RSA - List
一个超酷的RSA加密源代码,我在实际应用中表现很好,可以达到128位以上的加密。-a cool RSA encryption source code, I actually very good application performance can be achieved over 128 encryption.
Update : 2024-04-29 Size : 18432 Publisher : 浪费四

这是一篇很好的有关RSA的文章,希望对大家有所帮助!-This is a very good article on the RSA, and I hope to help you!
Update : 2024-04-29 Size : 97280 Publisher :

RSA的实现,可以根据文章来实现RSA算法-RSA realized, according to the article to achieve RSA algorithm
Update : 2024-04-29 Size : 294912 Publisher :

RSA MD5 Message Digest rsa md5消息摘要算法,VC实现,供大家参考-RSA MD5 Message Digest rsa md5 news digest algorithm, VC, for your reference
Update : 2024-04-29 Size : 187392 Publisher : 方正

DL : 0
1.   首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。   (在本机上已经做过,所以不需要做)     2.   RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,  把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。   (在本机上已经做过,所以不需要做以上二步)   但在其它机子上一定得完成以上二步,方可运行。  3.   RSA的解密对象为C盘下文件名RSACIPER.txt文件,解密后在C盘下生成为End_CODE.txt文件。 运行步骤 (计算PK SK R)-->(A_RSA加密)-->(A_RSA解密)。 -1. First, it is necessary folder of documents copied to rsa.c running tools (eg TURBOC2) folder called INCLUDE of folders. (In this plane has been done, so there was no need to do) 2. RSA encryption target for the C-CODE.txt document, entitled under the former eight (if not necessarily in the C- to establish a document titled CODE.txt documents, the encrypted data to document wrote), encryption in the next generation C-1 document, entitled RSACIPER.txt document. (In this plane has been done, so there was no need to do the above two-step) but on the other machine had to complete the above two steps before running. 3. RSA decryption target for the C-under File Name RSACIPER.txt documents, declassified after the C-Descent into End_CODE.txt document. Run steps (PK calculated SK R )-->( A_R
Update : 2024-04-29 Size : 3072 Publisher :

DL : 0
rsa c的实现 用C语言开发高性能RSA加密算法-the realization of C language development of high-performance RSA encryption algorithm
Update : 2024-04-29 Size : 15360 Publisher : w

利用RSA对称算法实现文件加密,密钥512位,比较安全。但不是特别安全。因为推荐2048位的密钥目前是很安全的。-use RSA asymmetric encryption algorithm document, the key 512, relatively safe. But it is not particularly safe. Since 2048 recommended the key now is very safe.
Update : 2024-04-29 Size : 143360 Publisher : 海贵

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

RSA公开密钥加密解密算法的替换程序,程序优化,效率高-RSA public key encryption and decryption algorithm replacement procedure is optimized, high efficiency
Update : 2024-04-29 Size : 7168 Publisher : 张进

RSA MD5加解密算法,用c++实现,核心部分是c的代码,完全跨平台-RSA encryption and decryption algorithms, used to achieve c, c is the core part of the code, completely cross-platform
Update : 2024-04-29 Size : 103424 Publisher : 张晓博

DL : 0
java版的RSA算法,可以供参考使用。你可以试试哦-java version of the RSA algorithm can be used for reference. Oh, you can try
Update : 2024-04-29 Size : 2048 Publisher : 康lg

DL : 1
使用NTL大整数库实现RSA公钥密码算法,可用于对文本文件进行加密和解密. 平台Windows98以上,VC++6.0, 内部文件路径均为相对路径,不存在无法编译的Bub.-use of the NTL large integer achieve RSA public key cryptography algorithm, can be used to text file encryption and decryption. Windows98 platform above, VC 6.0, trails are internal documents relative path, we can not compile Bub.
Update : 2024-04-29 Size : 1916928 Publisher : 李刚

DL : 0
RSA 公开密钥密码算法,仅供学习参考,欢迎使用-RSA public-key cipher algorithm, reference is for learning, welcomed the use
Update : 2024-04-29 Size : 149504 Publisher : totti

DL : 0
RSA算法的C++源程序,喜欢的下,-RSA algorithm in C source files, like, thank you
Update : 2024-04-29 Size : 5120 Publisher : lxm

DL : 1
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
Update : 2024-04-29 Size : 234496 Publisher : 刘武器

DL : 0
C++语言实现的rsa加密算法,共同学习-C language of rsa encryption algorithm, learning together
Update : 2024-04-29 Size : 2048 Publisher :

DL : 0
rsa加密算法的JAVA实现,绝对能够运行-rsa encryption algorithm JAVA absolutely capable of running
Update : 2024-04-29 Size : 1024 Publisher : 行风

DL : 0
rsa 加密算法的实现使用vc实现可以调试要的就下-rsa encryption algorithm implementation can be achieved using vc debugging to the next
Update : 2024-04-29 Size : 104448 Publisher : 刘六流

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.
Update : 2024-04-29 Size : 19456 Publisher : huke

自己做的一个RSA公钥密码算法实践,包括源代码及其具体内容-do for myself a RSA public key cryptography algorithm practice, including the source code and its specific contents
Update : 2024-04-29 Size : 8192 Publisher : huke
« 1 2 34 5 6 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.