代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/389922/2530786
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.
*/
#define ni
www.eeworm.com/read/294862/8197367
8 athkey.8
.TH "ATHKEY" "8" "February 2006" "" ""
.SH "NAME"
\fBathkey\fP \- manage encryption type and keys of madwifi devices
.SH "SYNOPSIS"
.B athkey
[-i device] [-d] keyix cipher keyval [mac]
.SH "DESCRIPTIO
www.eeworm.com/read/415829/11051532
cpp blowfish.cpp
// _THE BlowFishEnc ENCRYPTION ALGORITHM_
// by Bruce Schneier
// Revised code--3/20/94
// Converted to C++ class 5/96, Jim Conger
// Updated to support FileEncryption Utility by Nir Dremer, 9/02
www.eeworm.com/read/415829/11051534
h blowfish.h
// _THE BlowFishEnc ENCRYPTION ALGORITHM_
// by Bruce Schneier
// Revised code--3/20/94
// Converted to C++ class 5/96, Jim Conger
// Updated to support FileEncryption Utility by Nir Dremer, 9/02
www.eeworm.com/read/269036/11110787
c d3des.c
/* D3DES (V5.09) -
*
* A portable, public domain, version of the Data Encryption Standard.
*
* Written with Symantec's THINK (Lightspeed) C by Richard Outerbridge.
* Thanks to: Dan Hoey for his
www.eeworm.com/read/334418/12603307
h subroutine.h
#ifndef SUBROUTINE_H
#define SUBROUTINE_H
extern void Delay(unsigned int DelayTime);
enum encrypttype{Encrypt,UnEncrypt};
extern unsigned int long Encryption(unsigned long int outdata,unsigne
www.eeworm.com/read/100036/15460735
c desc.c
/* DESC.C - Data Encryption Standard routines for RSAREF
Based on "Karn/Hoey/Outerbridge" implementation (KHODES)
*/
#include "global.h"
#include "rsaref.h"
#include "des.h"
static UIN
www.eeworm.com/read/110418/15534485
java authserver.java
/*
Christoforos Pirillos @ Villanova University - May 1999
based on code from the book "Java Network Programming" by Hughes
*/
package encryption;
import java.io.*;
import java.net.*;
import java.uti
www.eeworm.com/read/110265/15537906
c desc.c
/* DESC.C - Data Encryption Standard routines for RSAREF
Based on "Karn/Hoey/Outerbridge" implementation (KHODES)
*/
#include "global.h"
#include "rsaref.h"
#include "des.h"
static UIN
www.eeworm.com/read/108939/15569528
cpp blowfish.cpp
// _THE BlowFishEnc ENCRYPTION ALGORITHM_
// by Bruce Schneier
// Revised code--3/20/94
// Converted to C++ class 5/96, Jim Conger
// Updated to support FileEncryption Utility by Nir Dremer, 9/02