搜索资源列表
rc5
- rc5]RC5 encryption algorithm Plug-in In fact, RC5 algorithm with a variety of methods can be used a variety of programming languages, but the majority of books on cryptography algorithm RC5 briefly introduced in the comparison, and is more than its
RSA
- RSA encryption using private key and RSA decryption using public key. c sharp implementation.
A19824363RSAn
- 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密 -Analysis of the application status of the RSA algorithm, and demonstrate the feasibility and si
NetCryptoLib
- Crypto++动态库的.net C++封装。内含多个工程-The solution contains several projects: CryptoLib:Library that contains Crypto++ and unmanaged algorithms CryptTest:MFC application that uses CryptoLib NetCryptLib:.NET C++/CLI library to use CryptoL
RSA.NET
- .NET 提供的 RAS 算法没有提供私钥加密公钥解密的功能,这个代码实现了私钥加密公钥解密。