文件名称:rsa1l
介绍说明--下载内容均来自于网络,请自行研究使用
/* 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" )-/* RSA Demo version 1.0* Copyright (C) 2004 Zhao Chunsheng 2004.04.25*** http://timw.126.com http://timw.yeah.net* The procedures called Miracl ver 4. The majority of computing for 82, as detailed in its fringe manual.* P, Q, N, D, E use RSATool2 generation.*/Compiler Tip : 1 : Project-Settings- Settings For (All Configuration)- C/C Category, of OO Headers set : Automatic use of precompiled headers (Figure 1). 2 : ms32.lib added to the project (Figure 2). 3 : MIRACL C library. Extern "C" (# include "miracl.h"# include "mirdef.h")# pragma comment (lib, "ms32.lib")
(系统自动生成,下载前可以参看下载内容)
下载文件列表
rsa1
....\KeyGen
....\......\KeyGen.aps
....\......\KeyGen.clw
....\......\KeyGen.cpp
....\......\KeyGen.dsp
....\......\KeyGen.dsw
....\......\KeyGen.exe
....\......\KeyGen.h
....\......\KeyGen.ncb
....\......\KeyGen.opt
....\......\KeyGen.rc
....\......\KeyGenDlg.cpp
....\......\KeyGenDlg.h
....\......\MIRACL.H
....\......\MIRDEF.H
....\......\MS32.LIB
....\......\ReadMe.txt
....\......\RES
....\......\...\KeyGen.rc2
....\......\Resource.h
....\......\StdAfx.cpp
....\......\StdAfx.h
....\ReadMe.txt
....\RSA Application
....\...............\MIRACL.H
....\...............\MIRDEF.H
....\...............\MS32.LIB
....\...............\ReadMe.txt
....\...............\RES
....\...............\...\RSA Application.rc2
....\...............\Resource.h
....\...............\RSA Application.aps
....\...............\RSA Application.clw
....\...............\RSA Application.cpp
....\...............\RSA Application.dsp
....\...............\RSA Application.dsw
....\...............\RSA Application.exe
....\...............\RSA Application.h
....\...............\RSA Application.ncb
....\...............\RSA Application.opt
....\...............\RSA Application.rc
....\...............\RSA ApplicationDlg.cpp
....\...............\RSA ApplicationDlg.h
....\...............\StdAfx.cpp
....\...............\StdAfx.h
....\RSA.TXT
....\KeyGen
....\......\KeyGen.aps
....\......\KeyGen.clw
....\......\KeyGen.cpp
....\......\KeyGen.dsp
....\......\KeyGen.dsw
....\......\KeyGen.exe
....\......\KeyGen.h
....\......\KeyGen.ncb
....\......\KeyGen.opt
....\......\KeyGen.rc
....\......\KeyGenDlg.cpp
....\......\KeyGenDlg.h
....\......\MIRACL.H
....\......\MIRDEF.H
....\......\MS32.LIB
....\......\ReadMe.txt
....\......\RES
....\......\...\KeyGen.rc2
....\......\Resource.h
....\......\StdAfx.cpp
....\......\StdAfx.h
....\ReadMe.txt
....\RSA Application
....\...............\MIRACL.H
....\...............\MIRDEF.H
....\...............\MS32.LIB
....\...............\ReadMe.txt
....\...............\RES
....\...............\...\RSA Application.rc2
....\...............\Resource.h
....\...............\RSA Application.aps
....\...............\RSA Application.clw
....\...............\RSA Application.cpp
....\...............\RSA Application.dsp
....\...............\RSA Application.dsw
....\...............\RSA Application.exe
....\...............\RSA Application.h
....\...............\RSA Application.ncb
....\...............\RSA Application.opt
....\...............\RSA Application.rc
....\...............\RSA ApplicationDlg.cpp
....\...............\RSA ApplicationDlg.h
....\...............\StdAfx.cpp
....\...............\StdAfx.h
....\RSA.TXT