代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/287071/8727533
cpp des.cpp
// DES.cpp : implementation file
//
#include "stdafx.h"
#include "sec.h"
#include "DES.h"
#include "des_function.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FIL
www.eeworm.com/read/287071/8727546
h des.h
#if !defined(AFX_DES_H__8B998282_3362_4D65_A997_1D0720F0B044__INCLUDED_)
#define AFX_DES_H__8B998282_3362_4D65_A997_1D0720F0B044__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER >
www.eeworm.com/read/287068/8728205
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/287068/8728271
c des.c
/* Deprecated/legacy */
#include "Des.h"
#include "Spr.h"
www.eeworm.com/read/287046/8729073
rar des.rar
www.eeworm.com/read/287029/8731432
asm des.asm
;
; DES masm source, written by drizz
;
.686
.XMM
.MODEL FLAT,STDCALL
DESSetKey PROTO pKey:PTR BYTE
DESSetKeyEnc PROTO pKey:PTR BYTE
DESSetKeyDec PROTO pKey:PTR BYTE
DESEncrypt PROTO pBlock
www.eeworm.com/read/286166/8785278
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/286166/8785298
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/385667/8792877
c des.c
/*********************************************************************/
/*-文件名:des.c */
/*- */
/*-功能: 实现DES加密算法的加密解密功能 */
/*- */
/*-说明:de
www.eeworm.com/read/385667/8792881
dsw des.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################