代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/101225/15840842
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
www.eeworm.com/read/100612/15868996
cpp ibe_set.cpp
/*
Boneh & Franklin's Identity Based Encryption
Set-up phase
After this program has run the file common.ibe contains
www.eeworm.com/read/100100/15885086
txt security.txt
SECURITY FEATURES FOR AUTHENTICATION AND ENCRYPTION OF TCP/IP CONNECTIONS
IN C-KERMIT 7.0 AND KERMIT 95 1.1.19
30 January 2000
CONTENTS
1. INTRODUCTION
2. DISCLAIMERS
3. AVAILABILITY
www.eeworm.com/read/297079/8054626
h raserror.h
#ifndef _RASERROR_H
#define _RASERROR_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define RASBASE 600
#define SUCCESS 0
#define PENDING (RASBASE+0)
#define ERROR_
www.eeworm.com/read/290293/8491282
c testdes3.c
/*
Author: Pate Williams (c) 1997
Triple DES (EDE) based upon:
7.82 Algorithm Data Encryption Standard
See "Handbook of Applied Cryptography"
by Alfred J. Menezes et al page 253.
www.eeworm.com/read/288992/8587848
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/288992/8587850
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/287806/8668265
c desc.c
/*
DESC.C - Data Encryption Standard routines for RSAEURO
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the
www.eeworm.com/read/386996/8714060
c testdes3.c
/*
Author: Pate Williams (c) 1997
Triple DES (EDE) based upon:
7.82 Algorithm Data Encryption Standard
See "Handbook of Applied Cryptography"
by Alfred J. Menezes et al page 253.
www.eeworm.com/read/358784/10179500
cpp encode2.cpp
// ENCODE2.CPP
#include
#include
// Translate a buffer of bytes, using an encryption
// character . Uses an XOR operation (ASM function).
const int B