大数运算库 RSA算法 MFC做的 加密时间大概4到5秒 解密很快
源代码在线查看: rsa加解密算法.plg
Build Log
--------------------Configuration: RSA加解密算法 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP18F.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/RSA加解密算法.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\RSA完成\RSA加解密算法.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP18F.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP190.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/RSA加解密算法.pdb" /debug /machine:I386 /out:"Debug/RSA加解密算法.exe" /pdbtype:sept
".\Debug\BigInt.obj"
".\Debug\RSA加解密算法.obj"
".\Debug\RSA加解密算法Dlg.obj"
".\Debug\StdAfx.obj"
".\Debug\RSA加解密算法.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP190.tmp"
Output Window
Compiling...
Skipping... (no relevant changes detected)
RSA加解密算法.cpp
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/RSA加解密算法.bsc" ".\Debug\StdAfx.sbr" ".\Debug\BigInt.sbr" ".\Debug\RSA加解密算法.sbr" ".\Debug\RSA加解密算法Dlg.sbr""
Creating browse info file...
Output Window
Results
RSA加解密算法.exe - 0 error(s), 0 warning(s)