代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/190734/8438749
h des.h
// DES.h: interface for the CDES class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DES_H__73DFD70F_BB37_4FD4_942C_54906CE719A1__INCLUDED_)
#define
www.eeworm.com/read/190734/8438751
ncb des.ncb
www.eeworm.com/read/290415/8484172
des cdt.des
www.eeworm.com/read/290293/8491288
c des.c
/*
Author: Pate Williams (c) 1997
7.82 Algorithm Data Encryption Standard
See "Handbook of Applied Cryptography"
by Alfred J. Menezes et al page 253.
Also see "Cryptography Theory an
www.eeworm.com/read/290226/8494775
obj des.obj
www.eeworm.com/read/290226/8494800
h des.h
//////////////////////////////////////////////////////////////////////////
/*
Provided by 王俊川, Northeastern University (www.neu.edu.cn)
Email: blackdrn@sohu.com
This product is free for use.
www.eeworm.com/read/290226/8494834
h des.h
//////////////////////////////////////////////////////////////////////////
/*
Provided by 王俊川, Northeastern University (www.neu.edu.cn)
Email: blackdrn@sohu.com
This product is free for use.
*/
//
www.eeworm.com/read/290226/8494849
cpp des.cpp
//////////////////////////////////////////////////////////////////////////
/*
Provided by 王俊川, Northeastern University (www.neu.edu.cn)
Email: blackdrn@sohu.com
This product is free for use.
www.eeworm.com/read/433033/8551066
java des.java
package encryption;
//Des.java
public class Des {
//选择函数
//表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, 1
www.eeworm.com/read/188232/8557853