代码搜索:DES加密

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

代码结果 10,000
www.eeworm.com/read/470072/6924258

ico des.ico

www.eeworm.com/read/470072/6924260

opt des.opt

www.eeworm.com/read/470072/6924261

aps des.aps

www.eeworm.com/read/470072/6924266

cpp des.cpp

// DES.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "DES.h" #include "DESDlg.h" #include "math.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_
www.eeworm.com/read/470072/6924273

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/470072/6924275

h des.h

// DES.h : main header file for the DES application // #if !defined(AFX_DES_H__8F989BEA_D7DB_448B_9EF1_27B3C02696B8__INCLUDED_) #define AFX_DES_H__8F989BEA_D7DB_448B_9EF1_27B3C02696B8__INCLUDED_
www.eeworm.com/read/470072/6924276

ncb des.ncb

www.eeworm.com/read/470072/6924277

rc des.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/106372/6951542

h des.h

#define DES_BLOCKSIZE 8 #define MAXKEYLEN DES_BLOCKSIZE #ifdef mips typedef char *keyType; /* mips won't recognize keyType x for void * */ #else typedef void *keyType; #endif #ifndef __ST
www.eeworm.com/read/106372/6951545

des testdata.des

# # Test Data for the Data Encryption Standard (see testdes.c) # # From National Bureau of Standards Special Publication 500-20, Sep-80. # # Column 1: Key # Column 2: PlainText # Column 3: Cip