代码搜索:Crypt
找到约 4,865 项符合「Crypt」的源代码
代码结果 4,865
www.eeworm.com/read/123015/14652584
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/123015/14652597
dcu crypt.dcu
www.eeworm.com/read/222590/14684688
c crypt.c
/* crypt.c - crytographic routines */
/* Copyright 1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1989 The Regents of the University of California.
* All rights res
www.eeworm.com/read/222443/14689981
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/222443/14689982
cpp crypt.cpp
// Crypt.cpp: implementation of the CCrypt class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Personnel.h"
#include "Crypt.h"
#ifd
www.eeworm.com/read/222442/14690086
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/222442/14690095
cpp crypt.cpp
// Crypt.cpp: implementation of the CCrypt class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Attendance.h"
#include "Crypt.h"
#if
www.eeworm.com/read/221695/14728119
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/121796/14737195
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/121796/14737201
cpp crypt.cpp
// Crypt.cpp: implementation of the CCrypt class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Crypt.h"
#ifdef _DEBUG
#undef THIS_F