rsa

所属分类:加密解密
开发工具:Visual C++
文件大小:285KB
下载次数:10
上传日期:2017-01-06 15:24:23
上 传 者5433726
说明:  利用VC++ 的RSA算法防止非法注册机注册软件,也就是防止软件被破解
(The use of VC++ RSA algorithm to prevent illegal registration software, that is, to prevent the software is cracked )

文件列表:
rsa\1.jpg (10277, 2004-04-26)
rsa\2.jpg (23936, 2004-04-26)
rsa\KeyGen\KeyGen.aps (21212, 2010-09-12)
rsa\KeyGen\KeyGen.clw (1351, 2010-09-12)
rsa\KeyGen\KeyGen.cpp (2065, 2013-12-02)
rsa\KeyGen\KeyGen.dsp (4197, 2004-04-21)
rsa\KeyGen\KeyGen.dsw (537, 2004-04-21)
rsa\KeyGen\KeyGen.h (1362, 2013-12-02)
rsa\KeyGen\KeyGen.rc (5641, 2004-04-26)
rsa\KeyGen\KeyGenDlg.cpp (6168, 2013-12-02)
rsa\KeyGen\KeyGenDlg.h (1428, 2013-12-02)
rsa\KeyGen\MIRACL.H (27503, 2013-12-02)
rsa\KeyGen\MIRDEF.H (1299, 2013-12-02)
rsa\KeyGen\MS32.LIB (323246, 2004-04-08)
rsa\KeyGen\RES\KeyGen.ico (1078, 2004-04-21)
rsa\KeyGen\RES\KeyGen.rc2 (398, 2004-04-21)
rsa\KeyGen\Resource.h (860, 2013-12-02)
rsa\KeyGen\StdAfx.cpp (246, 2013-12-02)
rsa\KeyGen\StdAfx.h (1037, 2013-12-02)
rsa\RSA Application\MIRACL.H (27503, 2013-12-02)
rsa\RSA Application\MIRDEF.H (1299, 2013-12-02)
rsa\RSA Application\MS32.LIB (323246, 2004-04-08)
rsa\RSA Application\RES\RSA Application.ico (1078, 2004-04-22)
rsa\RSA Application\RES\RSA Application.rc2 (407, 2004-04-22)
rsa\RSA Application\Resource.h (869, 2013-12-02)
rsa\RSA Application\RSA Application.aps (21648, 2004-04-26)
rsa\RSA Application\RSA Application.clw (1465, 2004-04-26)
rsa\RSA Application\RSA Application.cpp (2180, 2013-12-02)
rsa\RSA Application\RSA Application.dsp (4373, 2004-04-22)
rsa\RSA Application\RSA Application.dsw (555, 2004-04-22)
rsa\RSA Application\RSA Application.h (1453, 2013-12-02)
rsa\RSA Application\RSA Application.ncb (66560, 2004-04-26)
rsa\RSA Application\RSA Application.opt (48640, 2004-04-26)
rsa\RSA Application\RSA Application.rc (5764, 2004-04-25)
rsa\RSA Application\RSA ApplicationDlg.cpp (6541, 2013-12-02)
rsa\RSA Application\RSA ApplicationDlg.h (1494, 2013-12-02)
rsa\RSA Application\StdAfx.cpp (255, 2013-12-02)
... ...

/* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程序调用Miracl ver 4.82大数运算库,详见其附带手册。 * P,Q,N,D,E使用RSATool2生成。 */ 编译提示: 一:将Project-Settings-Settings For(All Configuration)-C/C++中Category项的 Precompiled Headers设置成:Automatic use of precompiled headers(图1)。 二:将ms32.lib添加到工程中(图2)。 三:MIRACL是C库。 extern "C" { #include "miracl.h" #include "mirdef.h" } #pragma comment( lib, "ms32.lib" )

近期下载者

相关文件


收藏者