代码搜索:Crypt
找到约 4,865 项符合「Crypt」的源代码
代码结果 4,865
www.eeworm.com/read/131051/14162976
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/131051/14163002
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/130965/14165373
h crypt.h
/* Interface to crypt that deals when it's missing
Copyright (C) 1996 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms
www.eeworm.com/read/130553/14186676
c crypt.c
/****************************************************************/
/* */
/* S-CODER - Encrypt/decrypt data
www.eeworm.com/read/130467/14191746
h crypt.h
/****************************************************************************
* *
* cryptlib Internal General Header File *
* Copyright Peter Gutmann 1992-2003
www.eeworm.com/read/130467/14192165
rc crypt.rc
; cryptlib resource file
#include
VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,1
PRODUCTVERSION 3,1
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG | VS
www.eeworm.com/read/130467/14192570
def crypt.def
; Definition file for 16-bit cryptlib DLL
LIBRARY CL16
DESCRIPTION 'cryptlib Encryption DLL'
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
HEAPSIZE 4096
E
www.eeworm.com/read/130467/14192607
ico crypt.ico
www.eeworm.com/read/129847/14222423
h crypt.h
/* crypt.h -- base code for crypt/uncrypt ZIPfile
Version 1.01, May 8th, 2004
Copyright (C) 1998-2004 Gilles Vollant
This code is a modified version of crypting code in Infozip dis
www.eeworm.com/read/129561/14238285
hpp crypt.hpp
#ifndef _RAR_CRYPT_
#define _RAR_CRYPT_
enum { OLD_DECODE=0,OLD_ENCODE=1,NEW_CRYPT=2 };
struct CryptKeyCacheItem
{
#ifndef _SFX_RTL_
CryptKeyCacheItem()
{
*Password=0;
}
~CryptKeyCacheI