資源簡介
DES加密、解密、弱密鑰檢測,文件的加解密,字符串的加解密

代碼片段和文件信息
//?DES?Tool.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“DES?Tool.h“
#include?“DES?ToolDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDESToolApp
BEGIN_MESSAGE_MAP(CDESToolApp?CWinApp)
//{{AFX_MSG_MAP(CDESToolApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CDESToolApp?construction
CDESToolApp::CDESToolApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CDESToolApp?object
CDESToolApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CDESToolApp?initialization
BOOL?CDESToolApp::InitInstance()
{
AfxEnableControlContainer();
//?Standard?initialization
//?If?you?are?not?using?these?features?and?wish?to?reduce?the?size
//??of?your?final?executable?you?should?remove?from?the?following
//??the?specific?initialization?routines?you?do?not?need.
#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif
CDESToolDlg?dlg;
m_pMainWnd?=?&dlg;
int?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?OK
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?Cancel
}
//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????177532??2007-11-20?20:21??DES?Tool\DES?Tool\DES?Tool.aps
?????文件???????2080??2006-10-08?13:50??DES?Tool\DES?Tool\DES?Tool.cpp
?????文件???????1338??2006-10-08?13:50??DES?Tool\DES?Tool\DES?Tool.h
?????文件???????6837??2007-11-20?20:21??DES?Tool\DES?Tool\DES?Tool.rc
?????文件???????5721??2007-11-20?20:21??DES?Tool\DES?Tool\DES?Tool.vcproj
?????文件???????1427??2008-02-22?22:03??DES?Tool\DES?Tool\DES?Tool.vcproj.E24BAFE1B11A441.Administrator.user
?????文件??????10987??2007-11-20?19:55??DES?Tool\DES?Tool\DES?ToolDlg.cpp
?????文件???????1893??2006-10-08?21:21??DES?Tool\DES?Tool\DES?ToolDlg.h
?????文件??????11317??2008-02-22?21:51??DES?Tool\DES?Tool\des.cpp
?????文件????????992??2008-02-22?21:42??DES?Tool\DES?Tool\des.h
?????文件???????2905??2007-11-20?19:51??DES?Tool\DES?Tool\ReadMe.txt
?????文件??????28326??2006-10-08?16:56??DES?Tool\DES?Tool\res\1.BMP
?????文件??????25974??2006-10-08?17:01??DES?Tool\DES?Tool\res\3.BMP
?????文件??????21630??2005-11-11?22:45??DES?Tool\DES?Tool\res\DES?Tool.ico
?????文件????????400??2006-10-08?13:50??DES?Tool\DES?Tool\res\DES?Tool.rc2
?????文件??????90159??2006-10-08?21:32??DES?Tool\DES?Tool\res\DES-Info.chm
?????文件????????363??2007-11-20?19:51??DES?Tool\DES?Tool\res\DESToofdsl.rc2
?????文件???????1368??2007-11-20?20:21??DES?Tool\DES?Tool\resource.h
?????文件????????210??2006-10-08?13:50??DES?Tool\DES?Tool\stdafx.cpp
?????文件???????1054??2006-10-08?13:50??DES?Tool\DES?Tool\stdafx.h
?????文件????????596??2007-11-20?20:21??DES?Tool\DES?Tool\XPst
?????文件????????889??2007-11-20?19:51??DES?Tool\DES?Tool.sln
????..A..H.?????17920??2008-02-22?22:03??DES?Tool\DES?Tool.suo
?????文件?????434176??2008-02-22?21:51??DES?Tool\release\DES?Tool.exe
?????目錄??????????0??2008-10-06?00:13??DES?Tool\DES?Tool\res
?????目錄??????????0??2010-06-14?00:48??DES?Tool\DES?Tool
?????目錄??????????0??2010-06-14?00:48??DES?Tool\release
?????目錄??????????0??2008-10-06?00:13??DES?Tool
-----------?---------??----------?-----??----
???????????????846094????????????????????28
............此處省略1個文件信息
- 上一篇:百度云盤.txt
- 下一篇:framwork賽馬程序
評論
共有 條評論