代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/115924/14996543
h des.h
/* des.h -
* Headers and defines for des.c
*/
#define EN0 0 /* MODE == encrypt */
#define DE1 1 /* MODE == decrypt */
typedef struct {
unsigned long ek[32];
unsigned long dk[32];
} de
www.eeworm.com/read/115923/14996605
h chaos_des.h
/* des.h -
* Headers and defines for des.c
*/
#define EN0 0 /* MODE == encrypt */
#define DE1 1 /* MODE == decrypt */
typedef struct {
unsigned long ek[32];
unsigned long dk[32];
} de
www.eeworm.com/read/114602/15046401
pl cbc.pl
#!/usr/local/bin/perl
# void des_ncbc_encrypt(input, output, length, schedule, ivec, enc)
# des_cblock (*input);
# des_cblock (*output);
# long length;
# des_key_schedule schedule;
# des_cbloc
www.eeworm.com/read/114565/15047654
txt readme.txt
Superlinux Security DataFiles Encrypt Tools v1.2.1说明文档
=====使用者自行承担使用本程序所造成的一切后果====
=====web:http://superlinux.yeah.net
=====by
www.eeworm.com/read/213886/15123349
h rsa.h
#ifndef __RSA_H__
#define __RSA_H__
#include "vlong.h"
class public_key
{
public:
vlong m,e;
vlong encrypt( const vlong& plain ); // Requires 0
www.eeworm.com/read/489717/1211216
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/484500/1269627
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/238768/4609148
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/229812/4743472
h lmsvc.h
#ifndef _LMSVC_H
#define _LMSVC_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#include
#define SERVICE_DOS_ENCRYPTION TEXT("ENCRYPT"
www.eeworm.com/read/215937/4900317
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