资源简介

这是我学习DES时编写的DES加密解密程序。源代码中有详细注释。运行程序时,16轮加密解密的每一步都会输出中间结果,便于学习和研究DES。

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DES.h“
#include “DESDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDESApp

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

/////////////////////////////////////////////////////////////////////////////
// CDESApp construction

CDESApp::CDESApp()
{
// TODO: add construction code here
// Place all significant in

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

     文件      36384  2009-06-04 21:59  DES\DES.APS

     文件       1534  2009-06-05 21:08  DES\DES.clw

     文件       2021  2009-05-22 20:29  DES\DES.cpp

     文件       4105  2009-05-22 20:29  DES\DES.dsp

     文件        531  2009-05-22 20:29  DES\DES.dsw

     文件       1291  2009-05-22 20:29  DES\DES.h

     文件      66560  2009-06-05 21:08  DES\DES.ncb

     文件      54784  2009-06-05 21:08  DES\DES.opt

     文件        495  2009-06-05 21:08  DES\DES.plg

     文件       6270  2009-06-04 21:59  DES\DES.rc

     文件      24478  2009-06-05 20:56  DES\DESDlg.cpp

     文件       2459  2009-06-03 16:34  DES\DESDlg.h

     文件       3525  2009-05-22 20:29  DES\ReadMe.txt

     文件       1078  2009-05-22 20:29  DES\res\DES.ico

     文件        395  2009-05-22 20:29  DES\res\DES.rc2

     文件       1141  2009-06-01 22:15  DES\resource.h

     文件        205  2009-05-22 20:29  DES\StdAfx.cpp

     文件       1054  2009-05-22 20:29  DES\StdAfx.h

     文件      36864  2009-06-05 21:08  DES.exe

     目录          0  2009-06-05 21:10  DES\res

     目录          0  2009-06-05 21:10  DES

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

               245174                    21


评论

共有 条评论