• 大小: 0.03M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

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

评论

共有 条评论