Description: 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.
- [rsa] - Based on the RSA encryption and decrypti
- [powprecise] - precise calculation of pow(m,n) using C
File list (Check if you may need any files):
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