代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5930068
tags
ADDC kerberos.c /^#define ADDC(buf, len, c) if ((len) > 0) {*(buf)++/
Ambiguous genget.c /^Ambiguous(s)$/
BUMP kerberos.c /^#define BUMP(buf, len) while (*(buf)) {++(buf), -/
Data kerberos.c /^Data(a
www.eeworm.com/read/128964/5978701
news
Ce court document est pour les utilisateurs de hping-beta54 ou des versions
pr閏閐entes et les aider
www.eeworm.com/read/126641/6014963
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 public d
www.eeworm.com/read/126641/6015010
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/126641/6015018
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/126641/6015023
c qud_cksm.c
/* crypto/des/qud_cksm.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/126641/6015412
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 public d
www.eeworm.com/read/125279/6032023
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/124465/6046958
readme
/jayacard/proto/tck/hal/README
===============================================================================
README this file
test01 Random Generator Testing
test02 DES / DESX / 3DES Testin
www.eeworm.com/read/124465/6046991
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