代码搜索:DES加密

找到约 10,000 项符合「DES加密」的源代码

代码结果 10,000
www.eeworm.com/read/421642/10718957

cpp des.cpp

//des.cpp //update:2001.8.19 #include "des.h" const static _int8 RotateLIndex[16]= {1,1,2,2,2,2,2,2,1,2,2,2,2,2,2,1}; const static _int8 RotateRIndex[16]= {0,1,2,2,2,2,2,2,1,2,2,2,2,2,2,1};
www.eeworm.com/read/421642/10718989

plg des.plg

Build Log --------------------Configuration: des - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\USER_C~2\
www.eeworm.com/read/421642/10718994

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/421642/10719002

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/421642/10719059

h des.h

//des.hpp //Update:2003.4.15 //LKey and RKey contain 28 bits legal key each. //LExKey contains 16bit exchange flag. //RExKey contains 32bit XOR data. #pragma inline_depth(5) void desenc(unsi
www.eeworm.com/read/421642/10719075

cpp des.cpp

//des.cpp //Update:2003.4.15 #include "des.h" #define S_Box_Substitude \ dword |= S_Box[expword[0]];\ dword |= S_Box[64 + expword[1]];\ dword |= S_Box[128 + expword[2]];\ dword |= S_Box[1
www.eeworm.com/read/421642/10719076

ncb des.ncb

www.eeworm.com/read/421642/10719090

pdb des.pdb

www.eeworm.com/read/421642/10719092

pch des.pch

www.eeworm.com/read/421642/10719100

obj des.obj