代码搜索:Encrypt

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

代码结果 3,742
www.eeworm.com/read/213105/4929834

pas pwdfunc.pas

unit pwdFunc; interface uses SysUtils,Dialogs; const C1 = 52845; C2 = 22719; var userName:string; function Encrypt(const S: String; Key: Word): String; //字符串加密函数 function Decrypt(con
www.eeworm.com/read/334125/3374336

h krb5-private.h

/* This is a generated file */ #ifndef __krb5_private_h__ #define __krb5_private_h__ #include void KRB5_LIB_FUNCTION _krb5_aes_cts_encrypt ( const unsigned char */*in*/, unsigned char *
www.eeworm.com/read/368385/2820368

c s60crypt.c

#include #include #include void s60_encrypt(int len, unsigned char* in, unsigned char* out, unsigned char* password, int passlen) { unsigned char
www.eeworm.com/read/157711/5604362

asp adminpass.asp

www.eeworm.com/read/472556/6870086

c des.c

#include #include #include #define ENCRYPT 1 #define DECRYPT 0 typedef char bool; static bool SubKey[16][48]; const static char LOOP_Table[16] = { 1, 1
www.eeworm.com/read/472556/6870112

c des.c

#include #include #define ENCRYPT 1 #define DECRYPT 0 typedef char bool; // 16 sub keys static bool SubKey[16][48]; // Permuted Choice 1 (PC-1) const static char P
www.eeworm.com/read/472556/6870119

c des.c

#include #include #include static int SubKey[16][48]; typedef enum {ENCRYPT, DECRYPT} Operation; const static char PC1_Table[56] = { 57, 49, 41, 33, 2
www.eeworm.com/read/471293/6889270

h dcic32.h

extern "C" { //des slgorythm. __int16 __stdcall IC_Encrypt( char *key,char *ptrSource, unsigned __int16 msgLen, char *ptrDest); __int16 __stdcall IC_Decrypt( char *key,char *ptrSource, u
www.eeworm.com/read/367275/9763005

c old_code.c

byte_string_t M, char **idarray); //idarray is a null-terminated array of ID's // //See LICENSE for license // = encrypt(M) //(U and W are the same for every id) int IBE_decrypt(byte_string_t
www.eeworm.com/read/238196/13902860

c old_code.c

byte_string_t M, char **idarray); //idarray is a null-terminated array of ID's // //See LICENSE for license // = encrypt(M) //(U and W are the same for every id) int IBE_decrypt(byte_string_t