代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/470796/6908420
obj des.obj
www.eeworm.com/read/470796/6908421
h des.h
#define ENCRYPT 0
#define DECRYPT 1
//enum bool{false,true}; // if bool is not supported,use this or just replace with char
// and use 1 for true,0 for false;
////
www.eeworm.com/read/470796/6908424
cpp des.cpp
//////////////////////////////////////////////////////////////////////////
#include "memory.h"
#include "Des.h"
//////////////////////////////////////////////////////////////////////////
//
www.eeworm.com/read/470398/6909977
h des.h
www.eeworm.com/read/470055/6923856
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 RawSetKey(Cip
www.eeworm.com/read/470055/6923890
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/470072/6924254
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) Appli
www.eeworm.com/read/470072/6924255
plg des.plg
Build Log
--------------------Configuration: DES - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\
www.eeworm.com/read/470072/6924256
clw des.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMyFile
LastTemplate=CPropertyPage
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "DES.