代码搜索:Crypt
找到约 4,865 项符合「Crypt」的源代码
代码结果 4,865
www.eeworm.com/read/393479/8284637
dcu crypt.dcu
www.eeworm.com/read/174339/9594798
pas crypt.pas
unit crypt;
interface
uses Classes , Windows , SysUtils , Registry , IniFiles , WinSock , dbtables ,
Forms , dmmain,dialogs;
Type
TCpuType = (cpu8086, cpu286, cpu386, cpu486, cpuP
www.eeworm.com/read/174339/9594886
dcu crypt.dcu
www.eeworm.com/read/370296/9606618
h crypt.h
/* crypt.h -- base code for crypt/uncrypt ZIPfile
Version 1.01e, February 12th, 2005
Copyright (C) 1998-2005 Gilles Vollant
This code is a modified version of crypting code in Info
www.eeworm.com/read/370168/9613643
txt crypt.txt
www.eeworm.com/read/171600/9745318
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;
}
~CryptKeyCache
www.eeworm.com/read/171600/9745519
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/269805/11076762
h crypt.h
// File: Crypt.h
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Classes Reference and related electronic
www.eeworm.com/read/269607/11086207
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/269607/11086218
cpp crypt.cpp
// Crypt.cpp: implementation of the CCrypt class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Crypt.h"
#ifdef _DEBUG
#undef THIS_F