搜索资源列表
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:
MD5v1.2
- MD5 加 密的V i s u a l C + + S o u r c e C o d e .-MD5 V i s a u l C S o u r c e C o d e.
u
- 通过对指定u盘进行识别,对E盘下指定文件进行加密和解密操作-U disk specified by the identification, under the specified file on the E disk encryption and decryption operations
KillVirus
- 你的U盘文件夹是不是变成了exe文件? 是不是以为你的文件资料找不回来了? 不过,现在好了!>_< 请插上你的U盘,找回你的资料吧~-Your U-disk folder is not turned into exe file? Is that your documentation be brought back to it? However, it is good! " _" Please plug in your U-disk, retrieve y
1008
- Julius Caesar曾经使用过一种很简单的密码。对于明文中的每个字符,将它用它字母表中后5位对应的字符来代替,这样就得到了密文。比如字符A用F来代替。如下是密文和明文中字符的对应关系。 密文 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 明文 V W X Y Z A B C D E F G H I J K L M N O P Q R S T U 你的任务是对给定的密文进行解密得到明文。 你需要注意
ex7
- 加密程序,并能实现解码。程序会对a,e,i,o,u 5个元音字母以及空白键进行加密-Encryption, and can achieve decoding. Program will a, e, i, o, u 5 vowels and blank keys for encryption
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 加解密。说明:为了方便实现,分组可以小一点,比如两个字母一组。