代码搜索:DES加密

找到约 10,000 项符合「DES加密」的源代码

代码结果 10,000
www.eeworm.com/read/188232/8557855

h des.h

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * FILE NAME: DES (.H)
www.eeworm.com/read/188232/8557860

cpp des.cpp

#include /* ======================================= * * D E F I N I T I O N S * * ======================================= */ #include "des.h" #include "stdi
www.eeworm.com/read/388823/8573545

h des.h

/* crypto/des/des.h */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/289005/8587248

c des.c

/*********************************************************************** * * 文 件:des.c * * 说 明:处理数据的DES加密和解密操作 * * 内 容: * * 日 期:2006-11-9 19:47 * ************************************
www.eeworm.com/read/289005/8587257

h des.h

#include #include #include #include #include int des_encrypt(); static unsigned long des_SPtrans[8][64]={ /* nibble 0 */ 0x00820200, 0x00
www.eeworm.com/read/187929/8590070

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/187929/8590151

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/388575/8599309

asm des.asm

#include "usbrf1.inc" ;Descript .Section at 0f50h 'code' Descript .Section at 00700h 'code' ;Device_Length equ 12H (USBRF.INC) DeviceD: dw 00112H, 00110H, 00000H, 00800H, 004d9
www.eeworm.com/read/388575/8599345

lst des.lst

"File: DES.ASM Holtek Cross-Assembler Version 2.86 Page 1 1 0000 #include "usbrf1.inc" 2 0000 ;Descript .Section at 0f50h 'code' 3 0
www.eeworm.com/read/388575/8599401

obj des.obj