代码搜索:crypt
找到约 4,865 项符合「crypt」的源代码
代码结果 4,865
www.eeworm.com/read/306099/13752462
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/306099/13752467
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/304184/13799018
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/304184/13799021
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/300969/13875698
c crypt.c
/* crypt() - one-way password encryption function Author: Kees J. Bot
* 7 Feb 1994
* This routine does not encrypt anything, it uses the pwdauth
* program to do the hard work.
*/
#defi
www.eeworm.com/read/149728/5697621
c crypt.c
/*
* Copyright 1997-2000 Pawel Krawczyk
*
* See http://www.ceti.com.pl/~kravietz/progs/tacacs.html
* for details.
*
* crypt.c TACACS+ encryption related functions
*
*/
#in
www.eeworm.com/read/149476/5698804
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
www.eeworm.com/read/148359/5715688
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 Infozip dis
www.eeworm.com/read/148153/5717199
c crypt.c
/*
* crypt.c A thread-safe crypt wrapper
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as publishe
www.eeworm.com/read/145991/5741091
h crypt.h
/*
crypt.h (dummy version) by Info-ZIP. Last revised: 26 Oct 92
This is a non-functional version of Info-ZIP's crypt.h encryption/
decryption header file for Zip, ZipCloak, UnZip and F