代码搜索:DES加密

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

代码结果 10,000
www.eeworm.com/read/114653/15044127

cpp wjcdestest.cpp

// 3-Des test #include "WjcDes.h" #include "stdio.h" #include "string.h" #include "memory.h" 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 3-DES
www.eeworm.com/read/114602/15046218

cpp dess.cpp

// // gettsc.inl // // gives access to the Pentium's (secret) cycle counter // // This software was written by Leonard Janke (janke@unixg.ubc.ca) // in 1996-7 and is entered, by him, into the pu
www.eeworm.com/read/114602/15046294

c rpc_enc.c

/* crypto/des/rpc_enc.c */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.co
www.eeworm.com/read/114602/15046364

test

#!./perl BEGIN { push(@INC, qw(../../../lib ../../lib ../lib lib)); } use DES; $key='00000000'; $ks=DES::set_key($key); @a=split(//,$ks); foreach (@a) { printf "%02x-",ord($_); } print "\
www.eeworm.com/read/114602/15046386

pl desboth.pl

#!/usr/local/bin/perl $L="edi"; $R="esi"; sub des_encrypt3 { local($name,$enc)=@_; &function_begin_B($name,""); &push("ebx"); &mov("ebx",&wparam(0)); &push("ebp"); &push("esi"
www.eeworm.com/read/114602/15046391

cpp dx86unix.cpp

/* Run the C pre-processor over this file with one of the following defined * ELF - elf object files, * OUT - a.out object files, * BSDI - BSDI style a.out object files * SOL - Solaris style e
www.eeworm.com/read/114602/15046394

asm d-win32.asm

; Don't even think of reading this code ; It was automatically generated by des-586.pl ; Which is a perl program used to generate the x86 assember for ; any of elf, a.out, BSDI,Win32, or Solari
www.eeworm.com/read/114602/15046399

cpp yx86unix.cpp

/* Run the C pre-processor over this file with one of the following defined * ELF - elf object files, * OUT - a.out object files, * BSDI - BSDI style a.out object files * SOL - Solaris style e
www.eeworm.com/read/114602/15046416

asm y-win32.asm

; Don't even think of reading this code ; It was automatically generated by crypt586.pl ; Which is a perl program used to generate the x86 assember for ; any of elf, a.out, BSDI,Win32, or Solar
www.eeworm.com/read/114602/15046419

c qud_cksm.c

/* crypto/des/qud_cksm.c */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.c