代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/108939/15569529
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/104623/15688585
h smartea.h
/***
* (c)Coryrights Reserved.
*
* SmartEA.h
* - SEA(Smart Encryption Algorithm)的运算部件
*
* superStar, 2004.2
***/
static int rounds[3] = { /* 加密轮数(分别对应3种密
www.eeworm.com/read/100607/15869546
def crypt.def
; Definition file for 16-bit cryptlib DLL
LIBRARY CL16
DESCRIPTION 'cryptlib Encryption DLL'
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
HEAPSIZE 4096
E
www.eeworm.com/read/100450/15873564
c cast.c
/*
* this is cast-256 (c) Carlisle Adams of Entrust Tecnhologies
* implementation written by Dr Brian Gladman (gladman@seven77.demon.co.uk)
*
* You can also use other encryption candidates for AE
www.eeworm.com/read/390106/8484487
htm listcipher.htm
Listing All Available Encryption and Decryption Algorithms (Java Developers Almanac Example)
www.eeworm.com/read/290293/8491285
c saferk64.c
/*
Author: Pate Williams (c) 1997
SAFER K-64 (Secure and Fast Encryption Routine).
See "Handbook of Applied Cryptography" by Alfred
J. Menezes et al 7.7.1 Section pages 266 - 269.
*/
www.eeworm.com/read/290293/8491307
c mh.c
/*
Author: Pate Williams (c) 1997
Merkle-Hellman knapsack encryption. See "Handbook
of Applied Cryptography" by Alfred J. Menezes et
al Section 8.6.1 pages 300 - 302.
*/
#include
www.eeworm.com/read/290293/8491314
c blumgold.c
/*
Author: Pate Williams (c) 1997
Blum-Goldwasser probabilistic public-key
encryption. See "Handbook of Applied
Cryptography" by Alfred J. Menezes et al
editors 8.56 Algorithm page 3
www.eeworm.com/read/289524/8545965
txt c code.txt
/* Code to implement the improved SAFER-SK form of the SAFER cipher,
originally published as "SAFER K-64: A Byte-Oriented Block-Ciphering
Algorithm", James L. Massey, "Fast Software Encryption
www.eeworm.com/read/288992/8587857
h sboxs.h
// _THE BLOWFISH ENCRYPTION ALGORITHM_
// by Bruce Schneier
// Revised code--3/20/94
// Converted to C++ class 5/96, Jim Conger
// Minor Updates & Optimizations by Nir Dremer, 9/02
#pragma once