代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/281268/10252519
ico des.ico
www.eeworm.com/read/281268/10252521
opt des.opt
www.eeworm.com/read/281268/10252522
aps des.aps
www.eeworm.com/read/281268/10252524
cpp des.cpp
// 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 T
www.eeworm.com/read/281268/10252538
dsw des.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/281268/10252544
h des.h
// DES.h : main header file for the DES application
//
#if !defined(AFX_DES_H__7F801908_1A42_4751_9C4A_C085101DFB98__INCLUDED_)
#define AFX_DES_H__7F801908_1A42_4751_9C4A_C085101DFB98__INCLUDED_
www.eeworm.com/read/281268/10252547
ncb des.ncb
www.eeworm.com/read/281268/10252550
rc des.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/355392/10270087
h des.h
#ifndef CRYPTOPP_DES_H
#define CRYPTOPP_DES_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class DES : public BlockTransformation
{
public:
DES(const byte *userKey,
www.eeworm.com/read/355392/10270186
cpp des.cpp
// des.cpp - modified by Wei Dai from:
/*
* This is a major rewrite of my old public domain DES code written
* circa 1987, which in turn borrowed heavily from Jim Gillogly's 1977
* public dom