代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/115070/6120438
tab french.tab
#/**
# *
# * French message catalog
# *
# * GForge: Breaking Down the Barriers to Open Source Development
# * Copyright 1999-2001 (c) VA Linux Systems
# * http://sourceforge.net
# *
# * @versi
www.eeworm.com/read/112268/6146791
jp santabarbara-result.jp
Mon May 24 1999 - Fri May 28 1999
vs SSH
KAME -> SSH
phase1 $B$GE($,%Q%1%C%H2r$1$J$$L5$/$F
www.eeworm.com/read/112268/6146792
jp helsinki-result.jp
Mon Aug 13 2001 - Fri Aug 17 2001
$KAME: helsinki-result.jp,v 1.49 2001/08/17 14:33:48 sakane Exp $
generic
sec* interface($B
www.eeworm.com/read/112268/6146794
jp sandiego-result.jp
Mon Jan 10 2000 - Fri Jan 14 2000
vs microsoft
as responder
phase 1$B$N:G8e$N%Q%1%C%H$r:FAw$7$F$/$k!#(Bkame$BB&$N(Bstate machine$B$N(B
null pointer check$B$,B-$j$:Mn$A$?!#L@F|:FD)@o!#(B
www.eeworm.com/read/112268/6146795
en sandiego-result.en
Mon Jan 10 2000 - Fri Jan 14 2000
brief translation - see Japanese version for more complete results.
this is *past test result* and implementation (both sides)
is already fixed to address those prob
www.eeworm.com/read/112268/6146804
en sandiego0009-result.en
$KAME: sandiego0009-result.en,v 1.35 2000/09/23 15:37:37 itojun Exp $
Mon Sep 18 2000 - Fri Sep 22 2000
Paradise Point Hotel, San Diego, CA
Goals:
- kernel IPsec: rijndael-cbc, twofish-cbc, blowfish
www.eeworm.com/read/105214/6200218
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 "\n";
$key
www.eeworm.com/read/105214/6200220
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");
&push("ed
www.eeworm.com/read/103694/6212868
readme
/jayacard/proto/tck/hal/README
===============================================================================
README this file
test01 Random Generator Testing
test02 DES / DESX / 3DES Testin
www.eeworm.com/read/103694/6212899
c romdes.c
/* ============================================================================
Project Name : jayaCard
Module Name : proto/hal/crypto/romdes.c
Version : $Id: romdes.c,v 1.4 2003/10/31 23:12