代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/101042/6259343
pm openssl.pm
##
## OpenSSL.pm
##
package OpenSSL;
require 5.000;
use Exporter;
use DynaLoader;
@ISA = qw(Exporter DynaLoader);
@EXPORT = qw();
$VERSION = '0.94';
bootstrap OpenSSL;
@OpenSSL::BN::ISA
www.eeworm.com/read/101042/6259397
pl progs.pl
#!/usr/local/bin/perl
print "/* apps/progs.h */\n";
print "/* automatically generated by progs.pl for openssl.c */\n\n";
grep(s/^asn1pars$/asn1parse/,@ARGV);
foreach (@ARGV)
{ printf "extern int %
www.eeworm.com/read/100503/6268870
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/100503/6268872
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/100234/6273133
c tmpob.c
/*
* tmpob.c - Temporary objects manipulations
*
* This file is a part of GNU SQL Server
*
* Copyright (c) 1996, 1997, Free Software Foundation, Inc
* Developed at Institute of System Prog
www.eeworm.com/read/100234/6273138
c makegr.c
/*
* makegr.c - Make a group
* Kernel of GNU SQL-server
*
*
* This file is a part of GNU SQL Server
*
* Copyright (c) 1996, 1997, Free Software Foundation, Inc
* Developed at
www.eeworm.com/read/100234/6273189
c lock.c
/* incrs.c - Lock
* Kernel of GNU SQL-server. Synchronizer
*
* This file is a part of GNU SQL Server
*
* Copyright (c) 1996, 1997, Free Software Foundation, Inc
* Developed
www.eeworm.com/read/100037/6276183
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/100037/6276185
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/100037/6276186
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 Solaris