搜索资源列表
浅谈利用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
rsacom
- 网上很少有供asp使用的rsa算法组件,少有的几个竞然还是收费的。为此我利用delphi制作了这个供asp使用的rsa算法组件。可以直接在asp中实现rsa算法。rsa算法代码部分来自网络。其余代码为本人所写。
RSA
- 基于RSA算法的广播加密新方案,RSA加密在网络上的应用!
RSA
- RSA算法演示程序,支持非对称加密,很好用
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算法的vf实现
- 使用Visuanl Foxpro实现RSA算法的加密、解密。
RSA加密算法DEMO
- 这是关于RSA加密算法
RSA
- Delphi RSA加密算法,源码 + 例程!-Delphi RSA encryption algorithm, source code+ routines!
RsaPublicKey
- RSA公钥算法 随机选取大素数,用于密钥加解密,公钥是公开的,私钥自己保存-RSA PublicKey
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-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算法加密 Delphi代码实例,编程学习源码,很好的参考资料。-RSA encryption algorithm Delphi code examples, learning programming source code, a good reference.
RSA
- RSA算法加密 Delphi代码实例,编程学习源码,很好的参考资料。-RSA encryption algorithm Delphi code examples, programmed learning source, a good reference.
RSA
- RSA算法加密 Delphi代码实例,编程学习源码,很好的参考资料。-RSA encryption algorithm Delphi code examples, programmed learning source, a good reference.
易语言RSA算法模块
- 完整的RSA算法历程,加密解密,生成秘钥(Course, the complete RSA algorithm encryption and decryption, key generation)
RSA算法模块示例
- 易语言版RSA算法模块示例,很不错的学习源码,可以下载学习使用。