代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/274262/10879652
dmo des.dmo
www.eeworm.com/read/418840/10894655
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/418840/10894656
sbr des.sbr
www.eeworm.com/read/418840/10894671
obj des.obj
www.eeworm.com/read/418840/10894691
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/272084/10971597
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/272084/10971606
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/417726/10979089
c des.c
//#include
//#include
#include "des.h"
long sp_[8][64];
unsigned char kn[16][8];
int desmode;
/* Sofware DES functions
* written 12 Dec 1986 by Phil Karn, KA9Q; large
www.eeworm.com/read/417726/10979091
h des.h
#ifndef __DES_H
#define __DES_H
#include
int Encrypt(char* data, int len);
int Decrypt(char* data, int len);
void SetKey(char* key);
void endes(char *block);
v
www.eeworm.com/read/417673/10981083
des bj.des
----------------------------------------
"Box and Jenkins furnace data from:
G.E.P. Box and G.M. Jenkins
Time Series Analysis, Forecasting and Control
San Francisco, Holden Day, 1970, pp. 532-