代码搜索:DES加密

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

代码结果 10,000
www.eeworm.com/read/292191/8368137

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/192540/8375754

c des.c

/*=============================================================*/ /* Name : DES(Data Ecryption Standard) C Function */ /* Version : 0.2 */
www.eeworm.com/read/192540/8375758

h des.h

/*function prototypes*/ void endes(unsigned char * , unsigned char * , unsigned char *) ; void undes(unsigned char * , unsigned char * , unsigned char *) ; unsigned char *byte2bit(unsigned char *
www.eeworm.com/read/292026/8382103

h des.h

/* Deprecated/legacy */ /* crypto/des/des.org */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eri
www.eeworm.com/read/292026/8382152

c des.c

/* Deprecated/legacy */ #include "Des.h" #include "Spr.h"
www.eeworm.com/read/291942/8386257

chm des.chm

www.eeworm.com/read/291941/8386302

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/291941/8386311

cpp des.cpp

// DES.cpp: implementation of the DES class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "DES.h" /////////////////////////////////
www.eeworm.com/read/291940/8386415

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/291940/8386418

cpp des.cpp

// DES.cpp: implementation of the DES class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "DES.h" #ifdef _DEBUG #undef THIS_FILE