文件名称:rsasoft
介绍说明--下载内容均来自于网络,请自行研究使用
利用vc++实现RSA加密解密算法源代码
[VC_RSA.rar] - 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。-Vc++ to achieve the use of RSA encryption and decryption algorithm source code [VC_RSA.rar]- a, RSA express the basic principles of M and the ciphertext packet division C, encryption and decryption process is as follows: C = POW (M, e) mod n M = POW (C, d) mod n = POW (POW (M, e), d) mod n = POW (M, e* d) which is a POW exponential function, mod is to strive for balance function.
[VC_RSA.rar] - 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。-Vc++ to achieve the use of RSA encryption and decryption algorithm source code [VC_RSA.rar]- a, RSA express the basic principles of M and the ciphertext packet division C, encryption and decryption process is as follows: C = POW (M, e) mod n M = POW (C, d) mod n = POW (POW (M, e), d) mod n = POW (M, e* d) which is a POW exponential function, mod is to strive for balance function.
相关搜索: pow
(系统自动生成,下载前可以参看下载内容)
下载文件列表
rsasoft
.......\Debug
.......\ReadMe.txt
.......\rsa.cpp
.......\rsa.def
.......\rsa.dsp
.......\rsa.dsw
.......\rsa.ncb
.......\rsa.opt
.......\rsa.plg
.......\rsa_san.cpp
.......\rsa_san.h
.......\StdAfx.cpp
.......\StdAfx.h
.......\vlong.cpp
.......\vlong.h
.......\Debug
.......\ReadMe.txt
.......\rsa.cpp
.......\rsa.def
.......\rsa.dsp
.......\rsa.dsw
.......\rsa.ncb
.......\rsa.opt
.......\rsa.plg
.......\rsa_san.cpp
.......\rsa_san.h
.......\StdAfx.cpp
.......\StdAfx.h
.......\vlong.cpp
.......\vlong.h