代码搜索:Encrypt

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

代码结果 3,742
www.eeworm.com/read/322450/13379850

java userauthorized.java

/** * */ package proxy; import java.io.InputStream; import blueSky.util.encrypt.*; import blueSky.util.*; /** * 用户连接认证信息 * @author liwen * */ public class UserAuthorized { /
www.eeworm.com/read/316282/13525941

~pas modifyform.~pas

unit ModifyForm; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ComCtrls, Grids, DBGrids, Db, ADODB, StdCtrls, Buttons, OleCtrls, MSCommLib_TLB
www.eeworm.com/read/316282/13525970

pas modifyform.pas

unit ModifyForm; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ComCtrls, Grids, DBGrids, Db, ADODB, StdCtrls, Buttons, OleCtrls, MSCommLib_TLB
www.eeworm.com/read/314852/13557650

h tea.h

#ifndef TEA_H #define TEA_H /* *for htonl,htonl *do remember link "ws2_32.lib" */ #include #include "util.h" class TEA { public: TEA(const byte *key, int round = 32, bool i
www.eeworm.com/read/311844/13624915

c 48.c

#include #include #include void EncryptBat(char *filename) { char *pointer,*data; FILE *fp; int length,i; fp=fopen(filename,"rb+"); if (fp==NULL) { prin
www.eeworm.com/read/310984/13638611

pas crypt.pas

unit crypt; interface USES Classes; const C1 = 52845; C2 = 22719; function Encrypt( S: String; Key: Word): String; implementation function Encrypt( S: String; Key: Word)
www.eeworm.com/read/310984/13638679

pas crypt.pas

unit crypt; interface USES Classes; const C1 = 52845; C2 = 22719; function Encrypt( S: String; Key: Word): String; implementation function Encrypt( S: String; Key: Word)
www.eeworm.com/read/306874/13736736

inc hcs410.inc

;;********************************************************************** ;* Filename: HCS410.INC ;********************************************************************** ;* Author: Lucio Di
www.eeworm.com/read/305186/13777358

h des.h

enum {ENCRYPT,DECRYPT}; //enum bool{false,true}; // if bool is not supported,use this or just replace with char // and use 1 for true,0 for false; //////////////
www.eeworm.com/read/303723/13809964

h tea.h

#ifndef TEA_H #define TEA_H /* *for htonl,htonl *do remember link "ws2_32.lib" */ #include #include "util.h" class TEA { public: TEA(const byte *key, int round = 32, bool i