资 源 简 介
/* 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
文 件 列 表
RSA
defaultprivate.key
defaultpublic.key
FIRST.TXT
InputFile.txt
InputFile2.txt
PrimeGen.exe
private.key
private2.key
public.key
public2.key
REPORT_PROJET.doc
res
resource.h
RSAProject.001
RSAProject.aps
RSAProject.clw
RSAProject.cpp
RSAProject.dsp
RSAProject.dsw
RSAProject.exe
RSAProject.h
RSAProject.ncb
RSAProject.opt
RSAProject.rc
RSAProjectDlg.cpp
RSAProjectDlg.h
StdAfx.cpp
StdAfx.h