代码搜索:Crypt
找到约 4,865 项符合「Crypt」的源代码
代码结果 4,865
www.eeworm.com/read/199125/7886741
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/198623/7920961
s crypt.s
/ crypt -- password incoding
/ mov $key,r0
/ jsr pc,crypt
.globl crypt, _crypt
.globl savr5
_crypt:
mov r5,-(sp)
mov sp,r5
mov r5,savr5
mov 4(r5),r0
jsr pc,crypt
clr savr5
mov (sp)+,r5
rts
www.eeworm.com/read/198623/7921189
c crypt.c
/*
This routine is an exact implementation of Boris Hagelin's
cryptographic machine. See U. S. Patent #2,089,603.
*/
int cagetable[] { 0, 1, 1, 2, 2, 3, 4, 4, 5, 6, 8, 8, 9, 10, 12, 16,
16, 17, 18,
www.eeworm.com/read/298335/7965741
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/298335/7965753
exe crypt.exe
www.eeworm.com/read/398415/7989702
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/197063/8032731
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 of encry
www.eeworm.com/read/296542/8096774
idl crypt.idl
// Crypt.idl
interface CaesarAlgorithm {
typedef sequence charsequence;
charsequence encrypt(in string info,in unsigned long k,in unsigned long shift);
string decrypt(in charsequence info,in
www.eeworm.com/read/296542/8096779
h crypt.h
// **********************************************************************
//
// Generated by the ORBacus IDL-to-C++ Translator
//
// Copyright (c) 2005
// IONA Technologies, Inc.
// Waltham, MA,
www.eeworm.com/read/296542/8096808
cpp crypt.cpp
// **********************************************************************
//
// Generated by the ORBacus IDL-to-C++ Translator
//
// Copyright (c) 2005
// IONA Technologies, Inc.
// Waltham, MA,