• 大小: 54KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: C/C++
  • 标签: MFC  C++  

资源简介

DES加密软件,采用DES算法,可以对任意文档或者字符串进行加密解密。 各种加密算法的源代码,包括DES,RSA,DAS,RC4,RC5等 包括1次DES,2次DES和3次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

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

     文件       4315  2008-06-25 17:23  DES\DES.dsp

     文件       6640  2008-06-25 15:47  DES\DES.rc

     文件       1827  2008-06-25 16:05  DES\DESDlg.h

     文件       1856  2009-02-26 23:12  DES\DES.clw

     文件       3525  2008-06-17 18:30  DES\ReadMe.txt

     文件      62976  2009-02-26 23:13  DES\DES.opt

     文件       2021  2008-06-17 18:30  DES\DES.cpp

     文件       9173  2008-06-24 21:58  DES\DESfunction.cpp

     文件       1054  2008-06-17 18:30  DES\StdAfx.h

     文件        205  2008-06-17 18:30  DES\StdAfx.cpp

     文件       1279  2008-06-25 15:47  DES\Resource.h

     文件      24288  2009-02-25 21:42  DES\DES.APS

     文件       1291  2009-02-26 13:57  DES\DES.h

     文件        529  2008-06-17 18:30  DES\DES.dsw

     文件     107520  2009-02-26 23:13  DES\DES.ncb

     文件       1130  2009-02-26 17:45  DES\DES.plg

     文件        671  2006-05-26 09:25  DES\DESfunction.h

     文件        395  2008-06-17 18:30  DES\res\DES.rc2

     文件       1078  2008-06-17 18:30  DES\res\DES.ico

     文件      12862  2008-06-25 15:45  DES\res\favicon[1].ico

     文件       5390  2008-06-25 15:46  DES\res\war3.ico

     文件       3638  2008-06-25 15:47  DES\res\iSee图片专家.ico

     文件      16150  2009-02-26 17:45  DES\DESDlg.cpp

     目录          0  2008-06-26 13:45  DES\res

     目录          0  2008-06-17 18:30  DES

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

               269813                    25


评论

共有 条评论