代码搜索:DES加密

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

代码结果 10,000
www.eeworm.com/read/354134/10387004

bak work.cpp.bak

// work.cpp : Defines the entry point for the application. // #include "des.h" #include "File.h" #include "resource.h" #include "Send.h" #include "work.h" //#include "yxyDES.h" #include
www.eeworm.com/read/424383/10455999

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/424383/10456004

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/353177/10467503

cpp wjcdestest.cpp

// 3-Des test #include "WjcDes.h" #include "stdio.h" #include "string.h" #include "memory.h" void main() { char key[]={0,2,0,0,9,3,5,1,9,8,0,0,9,1,7},buf[255]; char str[]="Welcome to My
www.eeworm.com/read/160837/10494483

-

DES5402PP-U实验箱DTMF拨号和解码演示程序使用说明: 1. 在本目录下有多个文件,他们分别是: (1). dtmf5402.out: DES5402PP-U的DTMF编、解码代码,可以直接使用CCS装入,并运行; (2). 使用说明.txt 或readme.txt: 本说明文件。 (3). dtmf5402.x00和dtmf5402.x01:D
www.eeworm.com/read/424063/10500915

m trimfun.m

function [f,g]=trimfun(DES,x0,u0,y0,ix,iu,iy,dx0,idx,evalstr,t) %TRIMFUN Used as a gateway to the optimization routine CONSTR % This function is used in trimming. See TRIM. % Copyright (c) 1990-9
www.eeworm.com/read/422964/10598230

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/276022/10774125

frm 帐户选择.frm

VERSION 5.00 Begin VB.Form frmAccSel Caption = "账户选择" ClientHeight = 3465 ClientLeft = 60 ClientTop = 345 ClientWidth = 5835 LinkTopic
www.eeworm.com/read/420518/10792057

h tripledes.h

enum {ENCRYPT,DECRYPT}; bool Des_Go(char *Out, char *In, long datalen, const char *Key, int keylen, bool Type); //////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/274720/10856202

cpp wjcdestest.cpp

// 3-Des test #include "WjcDes.h" #include "stdio.h" #include "string.h" #include "memory.h" void main() { char key[]={0,2,0,0,9,3,5,1,9,8,0,0,9,1,7},buf[255]; char str[]="use des!";