代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/425489/10351017
cpp des.cpp
/********************************************************************/
/* DES(Data Encryption Standard) */
/* Written by Bunny
www.eeworm.com/read/280045/10358971
cpp des.cpp
// DES.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "math.h"
struct Sbox
{
int element[64];
}S_box[8]={ {14, 0, 4,15,13, 7, 1, 4, 2,14,15, 2,1
www.eeworm.com/read/354366/10361481
cpp des.cpp
#include "stdafx.h"
int DES(
unsigned char *bufferin,
unsigned char *bufferout,
unsigned char *key,
long mode)
{
//密钥变换为56字节(去掉校验位)
static unsigned char pc1[56] = {
56, 48,
www.eeworm.com/read/354366/10361488
h des.h
extern int DES(unsigned char *bufferin,unsigned char *bufferout, unsigned char *key,long mode);
/*******************************************************************************************
功能:
www.eeworm.com/read/161812/10371165
c des.c
/*
#ifndef __WIN95__
#include
#else
#include
#endif
*/
#include "bc_des.h"
#include "des_tbl.h"
// DES ECB encryption code
extern DWORD SP_boxes[8][64];
extern DWORD KeyPerm[8
www.eeworm.com/read/425158/10377692
cpp des.cpp
// DES.cpp: implementation of the DES class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DESlxp.h"
#include "DES.h"
#ifdef _DEBUG
www.eeworm.com/read/425158/10377727
h des.h
// DES.h: interface for the DES class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DES_H__30E4BD94_DC18_40DA_88E2_7C79D13DF16E__INCLUDED_)
#define
www.eeworm.com/read/354134/10386974
plg des.plg
Build Log
--------------------Configuration: des - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"Deb
www.eeworm.com/read/354134/10386982
dsw des.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "des"=.\des.dsp - Pa
www.eeworm.com/read/354134/10386985
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