• 大小: 33KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 标签: 字符加密  字符解密  

资源简介

对MFC的CString 字符串进行加密,并可逆,对加密字符串解密,直接可以运行,适合VC6.0

资源截图

代码片段和文件信息

// EnCry.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “EnCry.h“
#include “EnCryDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CEnCryApp

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

/////////////////////////////////////////////////////////////////////////////
// CEnCryApp construction

CEnCryApp::CEnCryApp()
{
// TODO: add construction code here
// Place 

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

     文件     106558  2011-12-21 22:21  EnCry\Debug\EnCry.exe

     文件      35452  2011-12-21 22:07  EnCry\EnCry.aps

     文件       1076  2011-12-21 22:21  EnCry\EnCry.clw

     文件       2049  2011-12-21 21:55  EnCry\EnCry.cpp

     文件       4211  2011-12-21 22:21  EnCry\EnCry.dsp

     文件        535  2011-12-21 21:55  EnCry\EnCry.dsw

     文件       1313  2011-12-21 21:55  EnCry\EnCry.h

     文件      41984  2011-12-21 22:21  EnCry\EnCry.ncb

     文件      48640  2011-12-21 22:21  EnCry\EnCry.opt

     文件        928  2011-12-21 22:21  EnCry\EnCry.plg

     文件       5229  2011-12-21 22:07  EnCry\EnCry.rc

     文件       1414  2011-12-21 22:18  EnCry\EnCryandUnEncry.h

     文件       4360  2011-12-21 22:21  EnCry\EnCryDlg.cpp

     文件       1363  2011-12-21 21:57  EnCry\EnCryDlg.h

     文件       3561  2011-12-21 21:55  EnCry\ReadMe.txt

     文件       1078  2011-12-21 21:55  EnCry\res\EnCry.ico

     文件        397  2011-12-21 21:55  EnCry\res\EnCry.rc2

     文件        683  2011-12-21 22:07  EnCry\resource.h

     文件        207  2011-12-21 21:55  EnCry\StdAfx.cpp

     文件       1054  2011-12-21 22:09  EnCry\StdAfx.h

     文件         14  2018-08-23 11:37  新建文本文档.txt

     目录          0  2011-12-21 22:32  EnCry\Debug

     目录          0  2011-12-21 21:55  EnCry\res

     目录          0  2011-12-21 22:21  EnCry

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

               262106                    24


评论

共有 条评论

相关资源