代码搜索:Crypt
找到约 4,865 项符合「Crypt」的源代码
代码结果 4,865
www.eeworm.com/read/288896/8596199
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/288896/8596209
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/287126/8719697
cpp crypt.cpp
#include "stdio.h"
#include "string.h"
#define right 5
#define maxpassword 20
#define minpassword 6
#define maxlen 20
void Create();
void Load();
char secure(char);
char desecure(char);
www.eeworm.com/read/386806/8724549
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/286186/8783791
obj crypt.obj
www.eeworm.com/read/286186/8783975
cpp crypt.cpp
#include "Classes.hpp"
#include "string.h"
char PW_Code[]={1,5,2,0,8,8}; //密钥数字
AnsiString Encrypt(AnsiString Pass_W){ //输入密码原文字符串
char *pass = new char[Pass_W.Length()]; //开辟一个Pass_W长度大小的字符串内
www.eeworm.com/read/384913/8834621
zip crypt.zip
www.eeworm.com/read/384400/8872094
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/384400/8872126
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