資源簡(jiǎn)介
可以對(duì)選擇的本地文件進(jìn)行加密,并生成相應(yīng)的MD5值,附帶程序源碼

代碼片段和文件信息
//?MD5.cpp?:?定義應(yīng)用程序的類行為。
//
#include?“stdafx.h“
#include?“MD5.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#endif
//?CMD5App
BEGIN_MESSAGE_MAP(CMD5App?CWinApp)
ON_COMMAND(ID_HELP?&CWinApp::onhelp)
END_MESSAGE_MAP()
//?CMD5App?構(gòu)造
CMD5App::CMD5App()
{
//?支持重新啟動(dòng)管理器
m_dwRestartManagerSupportFlags?=?AFX_RESTART_MANAGER_SUPPORT_RESTART;
//?TODO:?在此處添加構(gòu)造代碼,
//?將所有重要的初始化放置在?InitInstance?中
}
//?唯一的一個(gè)?CMD5App?對(duì)象
CMD5App?theApp;
//?CMD5App?初始化
BOOL?CMD5App::InitInstance()
{
//?如果一個(gè)運(yùn)行在?Windows?XP?上的應(yīng)用程序清單指定要
//?使用?ComCtl32.dll?版本?6?或更高版本來啟用可視化方式,
//則需要?InitCommonControlsEx()。否則,將無法創(chuàng)建窗口。
INITCOMMONCONTROLSEX?InitCtrls;
InitCtrls.dwSize?=?sizeof(InitCtrls);
//?將它設(shè)置為包括所有要在應(yīng)用程序中使用的
//?公共控件類。
InitCtrls.dwICC?=?ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);
CWinApp::InitInstance();
AfxEnableControlContainer();
//?創(chuàng)建?shell?管理器,以防對(duì)話框包含
//?任何?shell?樹視圖控件或?shell?列表視圖控件。
CShellManager?*pShellManager?=?new?CShellManager;
//?標(biāo)準(zhǔn)初始化
//?如果未使用這些功能并希望減小
//?最終可執(zhí)行文件的大小,則應(yīng)移除下列
//?不需要的特定初始化例程
//?更改用于存儲(chǔ)設(shè)置的注冊(cè)表項(xiàng)
//?TODO:?應(yīng)適當(dāng)修改該字符串,
//?例如修改為公司或組織名
SetRegistryKey(_T(“應(yīng)用程序向?qū)傻谋镜貞?yīng)用程序“));
CMD5Dlg?dlg;
m_pMainWnd?=?&dlg;
INT_PTR?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?在此放置處理何時(shí)用
//??“確定”來關(guān)閉對(duì)話框的代碼
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?在此放置處理何時(shí)用
//??“取消”來關(guān)閉對(duì)話框的代碼
}
//?刪除上面創(chuàng)建的?shell?管理器。
if?(pShellManager?!=?NULL)
{
delete?pShellManager;
}
//?由于對(duì)話框已關(guān)閉,所以將返回?FALSE?以便退出應(yīng)用程序,
//??而不是啟動(dòng)應(yīng)用程序的消息泵。
return?FALSE;
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????6333952??2016-02-17?14:39??secret_second_edition(using)?-?副本\secret\Debug\secret.exe
?????文件???????1933??2015-11-07?16:27??secret_second_edition(using)?-?副本\secret\secret\MD5.cpp
?????文件????????426??2015-11-07?16:26??secret_second_edition(using)?-?副本\secret\secret\MD5.h
?????文件???????3122??2015-11-06?16:09??secret_second_edition(using)?-?副本\secret\secret\ReadMe.txt
?????文件??????67777??2009-08-31?02:31??secret_second_edition(using)?-?副本\secret\secret\res\secret.ico
?????文件????????668??2015-11-06?16:09??secret_second_edition(using)?-?副本\secret\secret\res\secret.rc2
?????文件???????1818??2015-11-06?17:58??secret_second_edition(using)?-?副本\secret\secret\resource.h
?????文件??????90048??2015-11-27?09:34??secret_second_edition(using)?-?副本\secret\secret\secret.aps
?????文件???????1993??2015-11-06?16:09??secret_second_edition(using)?-?副本\secret\secret\secret.cpp
?????文件????????442??2015-11-06?16:09??secret_second_edition(using)?-?副本\secret\secret\secret.h
?????文件??????10826??2015-11-06?18:05??secret_second_edition(using)?-?副本\secret\secret\secret.rc
?????文件???????5952??2015-11-18?13:08??secret_second_edition(using)?-?副本\secret\secret\secret.vcxproj
?????文件???????1981??2015-11-07?16:28??secret_second_edition(using)?-?副本\secret\secret\secret.vcxproj.filters
?????文件????????143??2015-11-06?16:09??secret_second_edition(using)?-?副本\secret\secret\secret.vcxproj.user
?????文件??????14555??2016-02-17?14:39??secret_second_edition(using)?-?副本\secret\secret\secretDlg.cpp
?????文件????????841??2015-11-08?13:49??secret_second_edition(using)?-?副本\secret\secret\secretDlg.h
?????文件????????139??2015-11-06?16:09??secret_second_edition(using)?-?副本\secret\secret\stdafx.cpp
?????文件???????1632??2015-11-06?16:09??secret_second_edition(using)?-?副本\secret\secret\stdafx.h
?????文件????????234??2015-11-06?16:09??secret_second_edition(using)?-?副本\secret\secret\targetver.h
?????文件????????885??2015-11-06?16:09??secret_second_edition(using)?-?副本\secret\secret.sln
????..A..H.?????13824??2016-02-17?14:39??secret_second_edition(using)?-?副本\secret\secret.suo
?????目錄??????????0??2016-02-17?14:37??secret_second_edition(using)?-?副本\secret\secret\res
?????目錄??????????0??2016-02-17?14:39??secret_second_edition(using)?-?副本\secret\Debug
?????目錄??????????0??2016-02-17?14:40??secret_second_edition(using)?-?副本\secret\secret
?????目錄??????????0??2016-02-17?14:39??secret_second_edition(using)?-?副本\secret
?????目錄??????????0??2016-02-17?14:39??secret_second_edition(using)?-?副本
-----------?---------??----------?-----??----
??????????????6553191????????????????????26
評(píng)論
共有 條評(píng)論