• 大小: 441KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-04
  • 语言: 其他
  • 标签: DES  加密  解密  

资源简介

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\XPstyle.manifest

     文件        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个文件信息

评论

共有 条评论