代码搜索:Crypt

找到约 4,865 项符合「Crypt」的源代码

代码结果 4,865
www.eeworm.com/read/204140/5033333

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/201813/5056912

c crypt.c

/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The librar
www.eeworm.com/read/198501/5086936

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 of encryp
www.eeworm.com/read/196482/5102379

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/195341/5111855

3 crypt.3

.th CRYPT III 4/30/73 .sh NAME crypt \*- password encoding .sh SYNOPSIS .ft B mov $key,r0 .br jsr pc,crypt .s3 char *crypt(key) .br char *key; .ft R .sh DESCRIPTION On entry, r0 points to a string of
www.eeworm.com/read/195341/5112420

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/195341/5112465

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/183001/5259675

c crypt.c

/*------------------------------------------------------------------------- * * crypt.c * Look into the password file and check the encrypted password with * the one passed in from the fronten
www.eeworm.com/read/183001/5260009

h crypt.h

/*------------------------------------------------------------------------- * * crypt.h * Interface to libpq/crypt.c * * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group *
www.eeworm.com/read/182103/5266058

x crypt.x

/* * Copyright (c) 1996 * Bill Paul . All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided t