代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/164117/10128288
cpp des.cpp
// IBM PC Implementation of the DES Cryptographic Algorithm by
// Dr B. R. Gladman (gladman@seven77.demon.co.uk)
//
// Some of the techniques in this DES source code are derived
// from ide
www.eeworm.com/read/359577/10135885
h des.h
#ifndef CRYPTOPP_DES_H
#define CRYPTOPP_DES_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
class CRYPTOPP_DLL RawDES
{
public:
void UncheckedSetK
www.eeworm.com/read/359577/10135953
cpp des.cpp
// des.cpp - modified by Wei Dai from Phil Karn's des.c
// The original code and all modifications are in the public domain.
/*
* This is a major rewrite of my old public domain DES code written
www.eeworm.com/read/163604/10152831
exe des.exe
www.eeworm.com/read/358064/10196551
c des.c
/*********************************************************************/
/*-文件名:des.c */
/*- */
/*-功能: 实现DES加密算法的加密解密功能 */
/*- */
/*-说明:de
www.eeworm.com/read/358064/10196552
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/358064/10196553
dsp des.dsp
# Microsoft Developer Studio Project File - Name="des" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
www.eeworm.com/read/358064/10196554
lib des.lib
www.eeworm.com/read/358064/10196555
dll des.dll
www.eeworm.com/read/358064/10196556
h des.h
/*********************************************************************/
/*-文件名:des.c */
/*- */
/*-功能: 实现DES加密算法的加密解密功能 */
/*- */
/*-说明:de