搜索资源列表
浅谈利用RSA算法防止非法注册机的制作
- 浅谈利用RSA算法防止非法注册机的制作.rar 虽非原创,但很有用。-use RSA algorithm to prevent the illicit production of Fillmore. Rar, if not original, but very useful.
20050715rsa
- RSA算法编程以及它的实际应用。超级好的代码了。-RSA algorithm programming, as well as its practical application. Super good code.
RSAUtil.PGP
- rsa算法的加密与解密算法, 界面为英文-rsa algorithm encryption and decryption algorithms, interface for English
XmlSignedCrpyt
- 本人目前在做一个关于“数字签名”的项目,在网上查资料,一般都是讲RSA的算法,或者“数字签名”的原理,完全是浪费时间。希望能给以后的做这个的朋友提供个方便。-I do now on a "digital signature" projects in the online information, generally speaking RSA algorithm, or "digital signature" principle, a complete wa
Rsa_VC_SRC
- RSA算法源码,包括大数运算-RSA algorithm source code, including large numbers Operational
密码学算法-程序实现
- 内有AES IDEA DES RSA BM算法。可以直接执行附有源代码。-within AES IDEA BM DES RSA algorithm. Can directly with the implementation of the source code.
RSA
- Delphi RSA加密算法,源码 + 例程!-Delphi RSA encryption algorithm, source code+ routines!
RSA
- implementation of RSA algorithm, source code
rsa_algori211914722008
- rsa algorithm implementation
gen
- 基于RSA算法的软件注册和加密保护,其中RSA是1024位,先提取硬盘系列号进行加密,然后生成注册码。-RSA algorithm is based on registration and encryption software, which RSA is 1024 bits, the first extraction encrypts hard drive serial number and then build License.
rsa
- RSA algorithm which takes integers as input.
rs
- rsa algorithm used for encrypting and decrypting data
Classical-algorithm-RSA
- 可以供delphi调用的ras经典算法,方便软件实现高性能加解密。-Classical algorithm RSA
RSA
- RSA算法实列,delphi开发语言编写,点击“加密”、“解密”按钮即可完成加密解密-RSA algorithm implementation column, delphi development language writing, click on the " encryption" and " decryption" button to complete the encryption and decryption
rsa_prime_gen
- RSA算法的素数产生模块的算法的C语言实现 用C标准语言写的,可以移植到各种平台-RSA algorithm is the prime number generation algorithm in C language written in standard C language module, can be ported to various platforms
steganolab-src-rev_4-(1).tar
- jpeg compressor and decompressor code incroping a steganograpie into the bit steam jpeg with a pnrg sequence cypted by a RSA algorithm
RSA
- RSA加密算法,用JAVA语言实现,加密,解密-RSA encryption algorithm
RSA-analysis
- 毕业设计,RSA算法解析,具有简单明了的特点-Graduation design, RSA algorithm analysis, with straightforward
RSA-CPP
- RSA算法非常简单,概述如下: 找两素数p和q 取n=p*q 取t=(p-1)*(q-1) 取任何一个数e,要求满足e<t并且e与t互素(就是最大公因数为1) 取d*e t==1 这样最终得到三个数: n d e 设消息为数M (M <n) 设c=(M**d) n就得到了加密后的消息c 设m=(c**e) n则 m == M,从而完成对c的实现-RSA algorithm is very simple, are summarized as follows: find two prim
易语言RSA算法模块
- 完整的RSA算法历程,加密解密,生成秘钥(Course, the complete RSA algorithm encryption and decryption, key generation)