搜索资源列表
300_encrypt
- 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an rsa key cryptest g - To encrypt and decrypt a string using rsa cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests:
rsa.jar
- rsa加密算法打包文件,电子商务可能会用到此算法加密,去掉后缀“.rar”使用-rsa encryption algorithm packaged documents, e-commerce may be encrypted using this algorithm, remove the suffix " . Rar" use
rsa
- 利用C\C++实现rsa算法的加、解密运算。 具体包括: 1)利用扩展的Euclid计算 a mod n 的乘法逆元; 2)Miller-Rabin素性测试算法对一个给定的大数进行测试; 3)实现的运算,并计算; 4)利用Euler定理手工计算,并与3)计算的结果对比; 5)实现rsa算法。并对 I LOVE NANjING UNIVERSITY OF AERONAUTICS AND ASTRONAUTICS 加解密。说明:为了方便实现,分组可以小一点,比如两个字母一组。