代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/184008/9126365
cpp des.cpp
// Des.cpp: implementation of the CDes class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MixedCS.h"
#include "Des.h"
#include "Window
www.eeworm.com/read/182507/9200899
c des.c
#include "des.h"
#include "iostream.h"
#include
#include
void main()
{
char iPath[100], oPath[100];
int i,f=0;
char keyString[8];
int key[64];
while(1)
{
www.eeworm.com/read/182507/9200900
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/182507/9200902
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/182507/9200904
lib des.lib
www.eeworm.com/read/182507/9200908
h des.h
//相关数据
int ip[] =
{
57, 49, 41, 33, 25, 17, 9, 1,
59, 51, 43, 35, 27, 19, 11, 3,
61, 53, 45, 37, 29, 21, 13, 5,
63, 55, 47, 39, 31, 23, 15, 7,
56, 48, 40, 32, 24, 16, 8, 0,
58, 5
www.eeworm.com/read/182507/9200910
cpp des.cpp
#include "des.h"
#include "iostream.h"
#include
#include
void main()
{
char iPath[100], oPath[100];
int i,f=0;
char keyString[8];
int key[64];
while(1)
{
www.eeworm.com/read/182258/9209949
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/182258/9209953
cpp des.cpp
#include
#include
#include
#include
//存放所有表的文件(次序跟下面声明顺序一样)
const char* alltables_file = "alltables.txt";
class DES
{
public:
DES(int skdata[]
www.eeworm.com/read/182258/9209957
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