代码搜索:Encrypt

找到约 3,742 项符合「Encrypt」的源代码

代码结果 3,742
www.eeworm.com/read/208150/15252203

asp crypt.asp

对字符串加密
www.eeworm.com/read/171081/5399459

c desc.c

/* DESC.C - Data Encryption Standard routines for RSAREF Based on "Karn/Hoey/Outerbridge" implementation (KHODES) */ #include "global.h" #include "rsaref.h" #include "des.h" static UIN
www.eeworm.com/read/167075/5469656

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/167075/5469675

pl rc5-586.pl

#!/usr/local/bin/perl push(@INC,"perlasm","../../perlasm"); require "x86asm.pl"; require "cbc.pl"; &asm_init($ARGV[0],"rc5-586.pl"); $RC5_MAX_ROUNDS=16; $RC5_32_OFF=($RC5_MAX_ROUNDS+2)*4; $A="edi";
www.eeworm.com/read/160303/5572864

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/473492/6844935

h wjcdes.h

enum {ENCRYPT,DECRYPT}; bool Des_Go(char *Out,char *In,long datalen,const char *Key,int keylen,bool Type = ENCRYPT);
www.eeworm.com/read/193160/8250596

java simplepolicytest.java

package chapter1; import javax.crypto.*; import javax.crypto.spec.*; /** * Test to make sure the unrestricted policy files are installed. */ public class SimplePolicyTest { public st
www.eeworm.com/read/269760/11078979

h des.h

#ifndef _DES_H__ #define _DES_H__ #include "ArithDLL.h" #ifndef ENCRYPT #define ENCRYPT 0 /* DES 方向 */ #define DECRYPT 1 #endif #ifndef STAND #define STAND 0
www.eeworm.com/read/266849/11210746

c desc.c

/* DESC.C - Data Encryption Standard routines for RSAREF Based on "Karn/Hoey/Outerbridge" implementation (KHODES) */ #include "global.h" #include "rsaref.h" #include "des.h" static UINT2 BYTE_
www.eeworm.com/read/147810/12519684

c des.c

//#include "stdafx.h" //#include #include "des.h" //#include "global.h" static UINT2 bytebit[8] = { 0200, 0100, 040, 020, 010, 04, 02, 01 }; static UINT4 bigbyte[24] = { 0x800