資源簡介
C++ 使用MD5算法對密碼進行加密(提高篇-實例577).zip
代碼片段和文件信息
//?MD5Encrypt.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“MD5Encrypt.h“
#include?“MD5EncryptDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMD5EncryptApp
BEGIN_MESSAGE_MAP(CMD5EncryptApp?CWinApp)
//{{AFX_MSG_MAP(CMD5EncryptApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CMD5EncryptApp?construction
CMD5EncryptApp::CMD5EncryptApp()
{
//?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????21072??2013-11-29?15:29??MD5Encrypt\MD5Encrypt.aps
?????文件????????1283??2013-11-29?15:30??MD5Encrypt\MD5Encrypt.clw
?????文件????????2119??2008-12-23?10:43??MD5Encrypt\MD5Encrypt.cpp
?????文件????????4231??2008-12-23?10:43??MD5Encrypt\MD5Encrypt.dsp
?????文件?????????545??2008-12-23?10:43??MD5Encrypt\MD5Encrypt.dsw
?????文件????????1368??2008-12-23?10:43??MD5Encrypt\MD5Encrypt.h
?????文件???????55808??2013-11-29?15:30??MD5Encrypt\MD5Encrypt.opt
?????文件????????5475??2008-12-24?09:28??MD5Encrypt\MD5Encrypt.rc
?????文件????????8644??2009-01-08?11:26??MD5Encrypt\MD5EncryptDlg.cpp
?????文件????????3846??2009-01-08?13:16??MD5Encrypt\MD5EncryptDlg.h
?????文件????????3651??2008-12-23?10:43??MD5Encrypt\ReadMe.txt
?????文件?????????734??2008-12-24?08:50??MD5Encrypt\Resource.h
?????文件?????????212??2008-12-23?10:43??MD5Encrypt\StdAfx.cpp
?????文件????????1054??2008-12-23?10:43??MD5Encrypt\StdAfx.h
?????文件????????1078??2008-12-23?10:43??MD5Encrypt\res\MD5Encrypt.ico
?????文件?????????402??2008-12-23?10:43??MD5Encrypt\res\MD5Encrypt.rc2
- 上一篇:C++ 使用加密鎖進行軟件加密
- 下一篇:C++ 使用PRINT語句進行打印
評論
共有 條評論