代码搜索:Crypt
找到约 4,865 项符合「Crypt」的源代码
代码结果 4,865
www.eeworm.com/read/356357/10230169
class crypt.class
www.eeworm.com/read/158808/10247339
~pas crypt.~pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
function Decrypt( S: String; Key: Word): String;
impleme
www.eeworm.com/read/158808/10247347
pas crypt.pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
function Decrypt( S: String; Key: Word): String;
impleme
www.eeworm.com/read/158808/10247411
dcu crypt.dcu
www.eeworm.com/read/355379/10272710
h crypt.h
/**
* 包加密/解密接口
*/
#ifndef __EFLOW_CRYPT_H__
#define __EFLOW_CRYPT_H__
extern void encrypt(unsigned char *buf,int len);
extern void decrypt(unsigned char *buf,int len);
#endif
www.eeworm.com/read/355379/10272726
cpp crypt.cpp
/**
* 加密/解密接口
*/
#include "stdafx.h"
#include
/**
* 解密报文
*/
void decrypt(unsigned char *data,int len)
{
register int i;
for (i=0; i
www.eeworm.com/read/280852/10288148
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/280852/10288194
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
www.eeworm.com/read/425996/10296102
obj crypt.obj
www.eeworm.com/read/425996/10296181
h crypt.h
// Crypt.h: interface for the CCrypt class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CRYPT_H__FEB16981_A853_11D6_8649_0088CC174723__INCLUDED_)
#