代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/177680/9441474
cpp des.cpp
// DES.cpp : DES算法试验
//算法注视:实现中的1个byte表示算法中的一位
//
#include "stdafx.h"
//IP、IP_1矩阵
char IP_Matrix[][8]={
{58,50,42,34,26,18,10,2},
{60,52,44,36,28,20,12,4},
{62,54,46,38,30,22,14,6},
www.eeworm.com/read/177536/9449657
zip des.zip
www.eeworm.com/read/177298/9460210
java des.java
byte[] encodeDES(byte[] data, int offset, int len, byte[] passwd) throws Exception
{
if (passwd.length != DESKeySpec.DES_KEY_LEN)
throw new Exception(“DES加密方法的密码位数为8,指定的密码位数为“ + passwd.length
www.eeworm.com/read/373233/9468223
plg des.plg
Build Log
--------------------Configuration: des - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\
www.eeworm.com/read/373233/9468225
c des.c
#include "string.h"
//---------------------------------------------------------------------------
unsigned char sboxvalue[8][4*16]={
0xe,0x4,0xd,0x1,0x2,0xf,0xb,0x8,0x3,0xa,0x6,0xc,0x5,0x9,0x0
www.eeworm.com/read/373233/9468227
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/373233/9468229
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/373233/9468230
ncb des.ncb
www.eeworm.com/read/373233/9468231
opt des.opt
www.eeworm.com/read/176478/9497042
plg des.plg
Build Log
--------------------Configuration: des - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\