資源簡介
rsa數字簽名c++圖形化界面的實現方式,幫助密碼學方面的同學用
代碼片段和文件信息
//?rsa.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“rsa.h“
#include?“rsaDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CRsaApp
BEGIN_MESSAGE_MAP(CRsaApp?CWinApp)
//{{AFX_MSG_MAP(CRsaApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CRsaApp?construction
CRsaApp::CRsaApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?in
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????110653??2011-04-28?21:46??RSA數字簽名\Debug\rsa.exe
?????文件?????249552??2011-04-28?21:46??RSA數字簽名\Debug\rsa.ilk
?????文件??????14663??2011-04-28?21:29??RSA數字簽名\Debug\rsa.obj
?????文件????5494912??2011-04-28?20:39??RSA數字簽名\Debug\rsa.pch
?????文件?????386048??2011-04-28?21:46??RSA數字簽名\Debug\rsa.pdb
?????文件???????3164??2011-04-28?21:46??RSA數字簽名\Debug\rsa.res
?????文件??????37755??2011-04-28?21:32??RSA數字簽名\Debug\rsaDlg.obj
?????文件??????25600??2002-12-24?11:50??RSA數字簽名\Debug\rsaDlg.pdb
?????文件?????105401??2011-04-28?20:39??RSA數字簽名\Debug\StdAfx.obj
?????文件?????205824??2011-04-28?21:46??RSA數字簽名\Debug\vc60.idb
?????文件?????372736??2011-04-28?21:32??RSA數字簽名\Debug\vc60.pdb
?????文件???????3525??2002-12-24?10:13??RSA數字簽名\ReadMe.txt
?????文件???????1078??2002-12-24?10:13??RSA數字簽名\res\rsa.ico
?????文件????????395??2002-12-24?10:13??RSA數字簽名\res\rsa.rc2
?????文件???????1417??2011-04-28?21:22??RSA數字簽名\resource.h
?????文件??????36692??2011-04-28?21:46??RSA數字簽名\rsa.aps
?????文件???????1770??2011-04-28?21:46??RSA數字簽名\rsa.clw
?????文件???????2021??2002-12-24?10:13??RSA數字簽名\rsa.cpp
?????文件???????4105??2002-12-24?10:13??RSA數字簽名\rsa.dsp
?????文件????????531??2002-12-24?10:13??RSA數字簽名\rsa.dsw
?????文件???????1291??2002-12-24?10:13??RSA數字簽名\rsa.h
?????文件??????66560??2011-04-28?21:46??RSA數字簽名\rsa.ncb
?????文件??????53760??2011-04-28?21:46??RSA數字簽名\rsa.opt
?????文件????????661??2011-04-28?21:46??RSA數字簽名\rsa.plg
?????文件???????6271??2011-04-28?21:46??RSA數字簽名\rsa.rc
?????文件???????7515??2011-04-28?21:32??RSA數字簽名\rsaDlg.cpp
?????文件???????3401??2002-12-24?11:50??RSA數字簽名\rsaDlg.dsp
?????文件????????537??2002-12-24?11:52??RSA數字簽名\rsaDlg.dsw
?????文件???????1517??2011-04-28?21:27??RSA數字簽名\rsaDlg.h
?????文件??????33792??2002-12-24?11:52??RSA數字簽名\rsaDlg.ncb
............此處省略10個文件信息
- 上一篇:哈夫曼編碼器c代碼
- 下一篇:使用C語言實現復數矩陣的求逆的源代碼
評論
共有 條評論