代码搜索:Crypt
找到约 4,865 项符合「Crypt」的源代码
代码结果 4,865
www.eeworm.com/read/129561/14238464
cpp crypt.cpp
#include "rar.hpp"
#ifndef SFX_MODULE
extern uint CRCTab[256];
#endif
#define NROUNDS 32
#define rol(x,n,xsize) (((x)(xsize-(n))))
#define ror(x,n,xsize) (((x)>>(n)) | ((x)
www.eeworm.com/read/129103/14266609
vbp crypt.vbp
Type=Exe
Form=frmCrypt.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\SYSTEM\STDOLE2.TLB#OLE Automation
Module=modCrypt; modCrypt.bas
IconForm="frmCrypt"
Startup="frmCry
www.eeworm.com/read/129103/14266617
exe crypt.exe
www.eeworm.com/read/129101/14266874
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/129101/14266878
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/129048/14268819
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 of encryp
www.eeworm.com/read/129048/14268922
c crypt.c
/* crypt.c (dummy version) -- do not perform encrytion
* Hardly worth copyrighting :-)
*/
#ifndef lint
static char rcsid[] = "$Id: crypt.c,v 0.5 1992/12/21 18:56:56 jloup Exp $";
#endif
www.eeworm.com/read/230739/14276709
c crypt.c
/*
Copyright (c) 1990-2000 Info-ZIP. All rights reserved.
See the accompanying file LICENSE, version 2000-Apr-09 or later
(the contents of which are also included in zip.h) for terms of use.
www.eeworm.com/read/230739/14277128
h crypt.h
/*
Copyright (c) 1990-2004 Info-ZIP. All rights reserved.
See the accompanying file LICENSE, version 2000-Apr-09 or later
(the contents of which are also included in zip.h) for terms of use.