代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/167481/9967737
dsp des.dsp
# Microsoft Developer Studio Project File - Name="DES" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appli
www.eeworm.com/read/167481/9967741
chm des.chm
www.eeworm.com/read/167481/9967750
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/167481/9967761
dsw des.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "DES"=".\DES.dsp" -
www.eeworm.com/read/167481/9967765
h des.h
// DES.h : main header file for the DES application
//
#if !defined(AFX_DES_H__511384BD_0511_425A_86E1_7032BDA1BEE3__INCLUDED_)
#define AFX_DES_H__511384BD_0511_425A_86E1_7032BDA1BEE3__INCLUDED_
www.eeworm.com/read/167481/9967767
rc des.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/362791/9980679
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/362791/9980723
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
www.eeworm.com/read/166876/9991875
c des.c
/* Replace this file with the real file from the licensed source. */
int
des_init ()
{
return (0);
} /* end of des_init () */
void
desdone ()
{
return;
} /* end of desdone () */
void
dessetkey
www.eeworm.com/read/362546/9993283
h des.h
//////////////////////////////////////////////////////////////////////////
/*
Provided by 尹文才
Email: batman713@gmail.com
This product is free for use.
*/
///////////////////////////////