代码搜索:DES加密

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

代码结果 10,000
www.eeworm.com/read/464915/7062749

txt readme.txt

================================================================================ MICROSOFT 基础类库: DES 项目概述 =============================================================================== 应用程序向导已为您
www.eeworm.com/read/464915/7062754

h desdlg.h

// DESDlg.h : 头文件 // #pragma once #include "DES1.h" #include "DES2.h" #include "DES3.h" #include "DES4.h" #include "DES5.h" #include "afxcmn.h" #include "SplashWnd.h" // CDESDlg 对话框
www.eeworm.com/read/302087/7071236

makefile

CC=g++ -I /usr/include BIN = LIB = OBJ1=Operfile.o Des.o parseLin.o INCLS= LIBS= LIBS1= parseLin: $(OBJ1) $(CC) $(OBJ1) -o $@ parseLin.o: $(CC) -c Operfile.cpp Des.cpp parseLin.cpp
www.eeworm.com/read/302087/7071248

makefile

CC=g++ -I /usr/include BIN = LIB = OBJ1=Des.o getLin.o INCLS= LIBS= LIBS1= getLin: $(OBJ1) $(CC) $(OBJ1) -o $@ getLin.o: $(CC) -c Des.cpp getLin.cpp clean: rm -f *.o getLin
www.eeworm.com/read/387591/7085879

c p10.2.c

#include #include int main(int argc,char* argv[]) { int f_des1[2]; int f_des2[2]; int pid; char msg[BUFSIZ]; char p_msg[BUFSIZ]; if(argc!=2){ printf("Usage: %s message
www.eeworm.com/read/387591/7085882

c p10.1.c

#include #include int main(int argc,char* argv[]) { int f_des[2]; int pid; char msg[BUFSIZ]; if(argc!=2){ printf("Usage: %s message\n",argv[0]); return 1; } if(pipe(
www.eeworm.com/read/463267/7184593

java singlekeyexample.java

/* * Copyright (c) 2004 ???. All Rights Reserved. */ /* * @(#)DESExample.java 1.0 04/03/10 */ import java.security.*; import javax.crypto.*; /** * 本例解释如何利用DES私钥加密算法加解密 * * @a
www.eeworm.com/read/455953/7360728

h getchecksum.h

/* 功能 : CRC校验计算 输入参数 : unsigned char *ptr--需要校验的数据 unsigned char len--校验数据长度,strlen(ptr) 输出参数 : Des-存放校验值 注意:实际校验和计算范围:一个字符串string的0到strlen(string)-
www.eeworm.com/read/454683/7385514

cpp testmain.cpp

// yxyDES2.cpp : 定义控制台应用程序的入口点。 // //#include "stdafx.h" #include "yxyDES2.h" void main() { yxyDES2* my_des = new yxyDES2(); //set key my_des->InitializeKey("12345678",0); printf("key
www.eeworm.com/read/452050/7451229

cc 3374574_ac_188ms_344k.cc

#include #include #include #define error 1 using namespace std; int n; vector tmpx, tmpy; vector xx, yy; struct node { int m; int st[101][