代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/164885/10083813
cpp des.cpp
//////////////////////////////////////////////////////////////////////////
/*
Provided by 王俊川, Northeastern University (www.neu.edu.cn)
Email: blackdrn@sohu.com
This product is free for u
www.eeworm.com/read/360615/10084623
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/360615/10084695
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/164811/10086900
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/164811/10086908
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/360577/10086948
txt des.txt
module DES(sysclk,en,reset,mode,load,key,datain,dataout,ready,flag);
input[64:1] key,datain;
input sysclk,en,reset,mode,load;
output ready,flag;
output[64:1] dataout;
reg[64:1] dataout;
reg[64:1
www.eeworm.com/read/360124/10108801
java des.java
//版权所有--董清潭
package des;
public class Des {
/* Table - s1 */
protected static byte[][] s1 = {
{14, 4, 13, 1, 2, 15, 11, 8, 3, 10, 6, 12, 5, 9, 0, 7},
{0, 15, 7, 4, 14, 2, 13, 1, 10, 6, 12, 11
www.eeworm.com/read/360124/10108810
class des.class
www.eeworm.com/read/164295/10119634
c des.c
/***************************************************************************************
* (des & 3des) 加脱密 & MAC X9.8 程序 *
* 编程人员: 齐传兵 *
*************************
www.eeworm.com/read/164117/10128286
h des.h
// 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