代码搜索:Crypt

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

代码结果 4,865
www.eeworm.com/read/204654/15335633

c crypt.c

/* crypt.c (dummy version) -- do not perform encryption * Hardly worth copyrighting :-) */ #ifdef RCSID static char rcsid[] = "$Id: crypt.c,v 0.6 1993/03/22 09:48:47 jloup Exp $"; #endif
www.eeworm.com/read/204654/15335664

h crypt.h

/* crypt.h (dummy version) -- do not perform encryption * Hardly worth copyrighting :-) */ #ifdef CRYPT # undef CRYPT /* dummy version */ #endif #define RAND_HEAD_LEN 12 /* length of encry
www.eeworm.com/read/201303/15411502

asp crypt.asp

对字符串加密
www.eeworm.com/read/113735/15449227

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/113735/15449228

cpp crypt.cpp

// Crypt.cpp: implementation of the CCrypt class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Personnel.h" #include "Crypt.h" #ifd
www.eeworm.com/read/113723/15449521

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/113723/15449524

cpp crypt.cpp

// Crypt.cpp: implementation of the CCrypt class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Attendance.h" #include "Crypt.h" #if
www.eeworm.com/read/113142/15469322

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/113142/15469355

dcu crypt.dcu

www.eeworm.com/read/113142/15469358

~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)