2 - 副本

所属分类:加密解密
开发工具:Visual C++
文件大小:1KB
下载次数:0
上传日期:2018-12-07 17:15:28
上 传 者b一kk
说明:  RSA加密算法通过实现RSA加解密算法,理解非对称密码机制。 明文=“RSA ALGORITHM” (1) 明文用数字表示 空白=00, A=01, B=02, …, Z=26 (两位十进制数表示) 1819 0100 0112 0715 1809 2008 1300 (2) 设p=47, q=61,取公钥e=1223,求出私钥d,并利用加密算法 C=Me mod n进行加密,利用解密算法M=Cd mod n进行解密还原出明文。
(RSA encryption algorithm understands asymmetric cryptography mechanism by implementing RSA encryption and decryption algorithm. Plaintext= "RSA ALGORITHM" (1) Clear text with a number of blanks = 00, A = 01, B = 02, and uuuuuuuuuuu Z = 26 (double decimal representation) 1819 0100 0112 0715 1809 2008 1300 (2) Let P = 47, q = 61, take public key e = 1223, get private key d, and use encryption algorithm C = M e mod n to encrypt, using decryption algorithm M = C D mod n to decrypt and restore plaintext.)

文件列表:
2 - 副本.cpp (2307, 2018-11-15)

近期下载者

相关文件


收藏者