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

资源简介

用C++编的小程序,简单实现了RC4的加密解密过程,基于MFC库,虽然简陋,但还凑合

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “RC4.h“
#include “RC4Dlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CRC4App

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

/////////////////////////////////////////////////////////////////////////////
// CRC4App construction

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

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

     文件     106544  2010-04-21 21:45  RC4\Debug\RC4.exe

     文件     372340  2010-04-21 21:45  RC4\Debug\RC4.ilk

     文件      13898  2010-04-21 21:44  RC4\Debug\RC4.obj

     文件    5495148  2010-04-13 22:10  RC4\Debug\RC4.pch

     文件     377856  2010-04-21 21:45  RC4\Debug\RC4.pdb

     文件       2744  2010-04-21 21:45  RC4\Debug\RC4.res

     文件      31707  2010-04-21 21:44  RC4\Debug\RC4Dlg.obj

     文件     105484  2010-04-13 22:10  RC4\Debug\StdAfx.obj

     文件     205824  2010-04-21 21:45  RC4\Debug\vc60.idb

     文件     372736  2010-04-21 21:44  RC4\Debug\vc60.pdb

     文件      35980  2010-04-21 21:45  RC4\RC4.APS

     文件       1584  2010-04-21 21:46  RC4\RC4.clw

     文件       2021  2010-04-13 21:13  RC4\RC4.cpp

     文件       4105  2010-04-13 21:13  RC4\RC4.dsp

     文件        514  2010-04-13 21:13  RC4\RC4.dsw

     文件       1306  2010-04-21 21:44  RC4\RC4.h

     文件      58368  2010-04-21 21:46  RC4\RC4.ncb

     文件      49664  2010-04-21 21:46  RC4\RC4.opt

     文件        648  2010-04-21 21:45  RC4\RC4.plg

     文件       6454  2010-04-21 21:45  RC4\RC4.rc

     文件       6193  2010-04-21 21:42  RC4\RC4Dlg.cpp

     文件       1400  2010-04-21 21:44  RC4\RC4Dlg.h

     文件       3525  2010-04-13 21:13  RC4\ReadMe.txt

     文件       1078  2010-04-13 21:13  RC4\res\RC4.ico

     文件        395  2010-04-13 21:13  RC4\res\RC4.rc2

     文件       1049  2010-04-14 09:57  RC4\resource.h

     文件        205  2010-04-13 21:13  RC4\StdAfx.cpp

     文件       1054  2010-04-13 21:13  RC4\StdAfx.h

     目录          0  2010-04-26 11:32  RC4\Debug

     目录          0  2010-04-26 11:32  RC4\res

............此处省略4个文件信息

评论

共有 条评论