资源简介
文本文件的加密与解密
代码片段和文件信息
// fileencrypt.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “fileencrypt.h“
#include “fileencryptDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CFileencryptApp
BEGIN_MESSAGE_MAP(CFileencryptApp CWinApp)
//{{AFX_MSG_MAP(CFileencryptApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CFileencryptApp construction
CFileencryptApp::CFileencryptApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CFileencryptApp object
CFileencryptApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CFileencryptApp initialization
BOOL CFileencryptApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CFileencryptDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3669 2007-05-08 08:52 fileencrypt\ReadMe.txt
文件 827 2007-05-08 08:52 fileencrypt\Resource.h
文件 213 2007-05-08 08:52 fileencrypt\StdAfx.cpp
文件 1054 2007-05-08 08:52 fileencrypt\StdAfx.h
文件 21412 2007-05-08 08:52 fileencrypt\fileencrypt.aps
文件 1382 2007-05-08 08:52 fileencrypt\fileencrypt.clw
文件 2133 2007-05-08 08:52 fileencrypt\fileencrypt.cpp
文件 4249 2007-05-08 08:52 fileencrypt\fileencrypt.dsp
文件 545 2007-05-08 08:52 fileencrypt\fileencrypt.dsw
文件 1379 2007-05-08 08:52 fileencrypt\fileencrypt.h
文件 74752 2007-05-08 08:52 fileencrypt\fileencrypt.ncb
文件 1860 2007-05-08 08:52 fileencrypt\fileencrypt.plg
文件 5591 2007-05-08 08:52 fileencrypt\fileencrypt.rc
文件 5558 2007-05-08 08:52 fileencrypt\fileencryptDlg.cpp
文件 1518 2007-05-08 08:52 fileencrypt\fileencryptDlg.h
文件 1078 2007-05-08 08:52 fileencrypt\res\fileencrypt.ico
文件 403 2007-05-08 08:52 fileencrypt\res\fileencrypt.rc2
目录 0 2009-05-18 15:34 fileencrypt\res
目录 0 2009-05-18 15:34 fileencrypt
----------- --------- ---------- ----- ----
127623 19
- 上一篇:上海交大通信原理实验循环码
- 下一篇:《网友设计与开发》中块元素与行内元素详解
相关资源
- STL文件读取显示与操作.pdf
- 南京工程学院 数电课设 16路彩灯循环
- 使用加密狗进行身份验证详细的代码
- 住宅户型图CAD源文件
- Qt的Excel操作添加了新建Excel文件的功
- masm32安装缺少的lib库文件
- elf文件转换为hex文件
- AES,TS,M3U8加密视频高速解密源码.
- glui配置文件
- 最新Xilinx ISE14.1 破解文件
- STM32F0,F1,F2,F3,F4固件包库,DFP文
- 323首注册机背景音乐.XM源文件+播放器
- STM32F407驱动AD7606的8路16位AD同步采样含
- 二进制文件To文本转换器
- 将wav格式转换为PCM格式
- P2P 文件上传
- DCT域自适应混沌加密的二值图像数字
- IndexView上网记录、文件历史查看器
- 基于socket的文件传输软件的设计与实
- ec2108hoe文件
- 有图形界面的DES加解密程序
- 模拟FAT文件系统的设计与实现
- pdf文件实现放大缩小功能
- freetype的Lib、头文件及调用样例
- guns 完整视频(未加密)
- 将文件中的单词统计存入另一文件
- 寻址方式动画演示文件
-
全国主要公路铁路gis地图shp,xm
l, - 一个exe可执行文件的生与死运行原理
- 全国大学生数学建模竞赛论文格式规
评论
共有 条评论