资源简介
DES加密、解密、弱密钥检测,文件的加解密,字符串的加解密

代码片段和文件信息
// DES Tool.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “DES Tool.h“
#include “DES ToolDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDESToolApp
BEGIN_MESSAGE_MAP(CDESToolApp CWinApp)
//{{AFX_MSG_MAP(CDESToolApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CDESToolApp construction
CDESToolApp::CDESToolApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CDESToolApp object
CDESToolApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CDESToolApp initialization
BOOL CDESToolApp::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
CDESToolDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 177532 2007-11-20 20:21 DES Tool\DES Tool\DES Tool.aps
文件 2080 2006-10-08 13:50 DES Tool\DES Tool\DES Tool.cpp
文件 1338 2006-10-08 13:50 DES Tool\DES Tool\DES Tool.h
文件 6837 2007-11-20 20:21 DES Tool\DES Tool\DES Tool.rc
文件 5721 2007-11-20 20:21 DES Tool\DES Tool\DES Tool.vcproj
文件 1427 2008-02-22 22:03 DES Tool\DES Tool\DES Tool.vcproj.E24BAFE1B11A441.Administrator.user
文件 10987 2007-11-20 19:55 DES Tool\DES Tool\DES ToolDlg.cpp
文件 1893 2006-10-08 21:21 DES Tool\DES Tool\DES ToolDlg.h
文件 11317 2008-02-22 21:51 DES Tool\DES Tool\des.cpp
文件 992 2008-02-22 21:42 DES Tool\DES Tool\des.h
文件 2905 2007-11-20 19:51 DES Tool\DES Tool\ReadMe.txt
文件 28326 2006-10-08 16:56 DES Tool\DES Tool\res\1.BMP
文件 25974 2006-10-08 17:01 DES Tool\DES Tool\res\3.BMP
文件 21630 2005-11-11 22:45 DES Tool\DES Tool\res\DES Tool.ico
文件 400 2006-10-08 13:50 DES Tool\DES Tool\res\DES Tool.rc2
文件 90159 2006-10-08 21:32 DES Tool\DES Tool\res\DES-Info.chm
文件 363 2007-11-20 19:51 DES Tool\DES Tool\res\DESToofdsl.rc2
文件 1368 2007-11-20 20:21 DES Tool\DES Tool\resource.h
文件 210 2006-10-08 13:50 DES Tool\DES Tool\stdafx.cpp
文件 1054 2006-10-08 13:50 DES Tool\DES Tool\stdafx.h
文件 596 2007-11-20 20:21 DES Tool\DES Tool\XPst
文件 889 2007-11-20 19:51 DES Tool\DES Tool.sln
..A..H. 17920 2008-02-22 22:03 DES Tool\DES Tool.suo
文件 434176 2008-02-22 21:51 DES Tool\release\DES Tool.exe
目录 0 2008-10-06 00:13 DES Tool\DES Tool\res
目录 0 2010-06-14 00:48 DES Tool\DES Tool
目录 0 2010-06-14 00:48 DES Tool\release
目录 0 2008-10-06 00:13 DES Tool
----------- --------- ---------- ----- ----
846094 28
............此处省略1个文件信息
- 上一篇:百度云盘.txt
- 下一篇:framwork赛马程序
相关资源
- Remote Desktop Organizer v1.4.7 支持win10
- 希尔密码加密、解密和破密
- PNG加密解密工具73383
- 三菱fx3u解密软件
- m1卡 ic卡可选择扇区初始化加密软件
- Zprotect专业版(无限制) 一机一码E
- 加密软件漏洞评测系统 V8.9
- C 大整数RSA加密
- [免费]安全加密软件U盘加密,文件加
- 加密cad图形的lisp文件
- 透明加密源码及说明
- Openssl给文件传输加密
- 3des加解密_C 实现
- ESAM相关文章集合
- RSA AES DES ECC加密算法源码
- 密码学课程设计:DES加密解密算法的
- C 标准文档(已加密)
- 破解QQ空间相册加密查看
- 威盾PHP加密专家——php代码加密软件
- 管家婆加密狗工具dogtools
- 提供几个加密算法的源码
- 非常好用的硬盘加密软件-个人密盘
- DES IP置换IP逆置换
- DES的C 源码
- Design of Analog CMOS Integrated Circuits 拉扎
- codesys编程手册中文版
- 基于89C51计算机锁定加密键盘设计
- 压缩包免费破解密码工具
- U盘防拷贝系统破小孩
- 易语言叮小当动态加密算法源码
评论
共有 条评论