• 大小: 8KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 标签: VC++  

资源简介

VC++ 实现简单的文件加密与解密功能 很实用,可以参考参考。

资源截图

代码片段和文件信息

//Download by http://www.NewXing.com
// ecfile.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “ecfile.h“
#include “ecfileDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CEcfileApp

BEGIN_MESSAGE_MAP(CEcfileApp CWinApp)
//{{AFX_MSG_MAP(CEcfileApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CEcfileApp construction

CEcfileApp::CEcfileApp()
{
/

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    .......       691  2003-05-27 12:02  www.NewXing.com\res\default1.bin

    .......      1296  2003-05-28 15:15  www.NewXing.com\ecfile.clw

     文件       2101  2011-07-30 10:49  www.NewXing.com\ecfile.cpp

     文件       5653  2011-07-30 10:49  www.NewXing.com\ecfileDlg.cpp

     文件        246  2011-07-30 10:49  www.NewXing.com\StdAfx.cpp

    .......      4225  2003-05-27 12:02  www.NewXing.com\ecfile.dsp

    .......       537  2003-05-27 11:40  www.NewXing.com\ecfile.dsw

     文件       1362  2011-07-30 10:49  www.NewXing.com\ecfile.h

     文件       1538  2011-07-30 10:49  www.NewXing.com\ecfileDlg.h

     文件        952  2011-07-30 10:49  www.NewXing.com\resource.h

     文件       1092  2011-07-30 10:49  www.NewXing.com\StdAfx.h

    .......      1078  2003-05-27 11:40  www.NewXing.com\res\ecfile.ico

    .......      5777  2003-05-28 15:15  www.NewXing.com\ecfile.rc

    .......       398  2003-05-27 11:40  www.NewXing.com\res\ecfile.rc2

     目录          0  2003-06-03 16:09  www.NewXing.com\Release

     目录          0  2003-06-03 16:09  www.NewXing.com\res

----------- ---------  ---------- -----  ----

                26946                    16


评论

共有 条评论