代码搜索:Crypt
找到约 4,865 项符合「Crypt」的源代码
代码结果 4,865
www.eeworm.com/read/160672/10509947
cpp crypt.cpp
// Crypt.cpp: implementation of the CCrypt class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "zhaoliang.h"
#include "Crypt.h"
#ifd
www.eeworm.com/read/352754/10515108
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/160594/10515976
plg crypt.plg
Build Log
--------------------Configuration: Crypt - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\admin\L
www.eeworm.com/read/160594/10515978
dsw crypt.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "Crypt"=".\Crypt.dsp
www.eeworm.com/read/160594/10515982
dsp crypt.dsp
# Microsoft Developer Studio Project File - Name="Crypt" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dyn
www.eeworm.com/read/160594/10515985
ncb crypt.ncb
www.eeworm.com/read/160594/10515989
opt crypt.opt
www.eeworm.com/read/160594/10515994
cpp crypt.cpp
// Crypt.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
#include "windows.h"
#include "string.h"
BOOL APIENTRY DllMain( HANDLE hModule,
www.eeworm.com/read/160190/10559553
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/160190/10559618