資源簡介
用C++編的小程序,簡單實(shí)現(xiàn)了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
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????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個文件信息