代码搜索:Encryption

找到约 4,642 项符合「Encryption」的源代码

代码结果 4,642
www.eeworm.com/read/187617/8619735

15186

Newsgroups: sci.crypt Path: cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!fs7.ece.cmu.edu!europa.eng.gtefsd.com!paladin.american.edu!gatech!swrinde!elroy.jpl.nasa.gov!decwrl!netcomsv!netcom.com!t
www.eeworm.com/read/432061/8634627

cpp cabinet.cpp

#include "Cabinet.hpp" using namespace Cabinet; void main(int argc, char **argv) { CMain i_Main; i_Main.RunDemo(); } void CMain::RunDemo() { // This is an ID which is written (invi
www.eeworm.com/read/386996/8714146

htm chap07.htm

order information 7.82 Algorithm Data Encryption Standard (DES) des (11,555) 7.94 Algorithm Fast Data Encipherment Algori
www.eeworm.com/read/287119/8719951

c dummy.c

/* * The DUMMY algorithm driver does NOT encrypt data, it only copies data * from SrcBuffer (source buffer) to DstBuffer (destination buffer). * * You may insert your own encryption
www.eeworm.com/read/287073/8722247

html globals_type.html

Crypto++: Class Members
www.eeworm.com/read/384400/8872094

c crypt.c

/* crypt.c (dummy version) -- do not perform encryption * Hardly worth copyrighting :-) */ #ifdef RCSID static char rcsid[] = "$Id: crypt.c,v 0.6 1993/03/22 09:48:47 jloup Exp $"; #endif
www.eeworm.com/read/284571/8916725

txt tea.txt

数据加密算法之 TEA 程序代码 发表:不详 阅读:136次 关键字:不详 字体:[大 中 小] TEA(Tiny <mark>Encryption</mark> Algorithm) 是一种优秀的数据加密算法,虽然它比 DES(Data <mark>Encryption</mark> Standard) 要简单得多, 但有很强的抗差分分析能力,加密速度也比 DES 快得多,而且对 64 位数据加密的密钥长达 128 位,安 ...
www.eeworm.com/read/383395/8950485

c crypt.c

/* crypt.c (dummy version) -- do not perform encryption * Hardly worth copyrighting :-) */ #ifdef RCSID static char rcsid[] = "$Id: crypt.c,v 0.6 1993/03/22 09:48:47 jloup Exp $"; #endif
www.eeworm.com/read/281910/9127383

vbp encryptex.vbp

Type=Exe Form=frm\frmMain.frm Class=clsBlowfish; Cls\clsBlowfish.cls Class=clsCryptAPI; Cls\clsCryptAPI.cls Class=clsGost; Cls\clsGost.cls Class=clsSkipjack; Cls\clsSkipjack.cls Class=clsTEA; Cl
www.eeworm.com/read/281651/9143680

txt tiger_long.txt

Tiger - A Fast New Hash Function, by Ross Anderson and Eli Biham, proceedings of Fast Software Encryption 3, Cambridge, 1996.