代码搜索:Crypt

找到约 4,865 项符合「Crypt」的源代码

代码结果 4,865
www.eeworm.com/read/255665/12067062

pdf crypt.pdf

www.eeworm.com/read/255541/12074878

h crypt.h

/* crypt.h (dummy version) -- do not perform encrytion * Hardly worth copyrighting :-) */ #ifdef CRYPT # undef CRYPT /* dummy version */ #endif #define RAND_HEAD_LEN 12 /* length o
www.eeworm.com/read/152786/12083195

h crypt.h

/**************************************************************************** * * * cryptlib Internal General Header File * * Copyright Peter Gutmann 1992-2005
www.eeworm.com/read/152786/12083578

rc crypt.rc

; cryptlib resource file #include VS_VERSION_INFO VERSIONINFO FILEVERSION 3,2,2 PRODUCTVERSION 3,2,2 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG
www.eeworm.com/read/152786/12084152

def crypt.def

; Definition file for 16-bit cryptlib DLL LIBRARY CL16 DESCRIPTION 'cryptlib Encryption DLL' EXETYPE WINDOWS CODE PRELOAD MOVEABLE DISCARDABLE DATA PRELOAD MOVEABLE SINGLE HEAPSIZE 4096 E
www.eeworm.com/read/152786/12084248

ico crypt.ico

www.eeworm.com/read/152691/12093152

h crypt.h

// Crypt.h: interface for the CCrypt class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_CRYPT_H__FEB16981_A853_11D6_8649_0088CC174723__INCLUDED_) #
www.eeworm.com/read/152691/12093176

cpp crypt.cpp

// Crypt.cpp: implementation of the CCrypt class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Crypt.h" #ifdef _DEBUG #undef THIS_F
www.eeworm.com/read/341207/12101720

pdf crypt.pdf

www.eeworm.com/read/151858/12167455

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)