代码搜索:Encryption

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

代码结果 4,642
www.eeworm.com/read/110418/15534496

java cipher.java

/* Christoforos Pirillos @ Villanova University - May 1999 based on code from the book "Java Network Programming" by Hughes */ package encryption; /**This is a generic superclass of all ciphers; it
www.eeworm.com/read/110418/15534500

java cbccipher.java

/* Christoforos Pirillos @ Villanova University - May 1999 based on code from the book "Java Network Programming" by Hughes */ package encryption; /** /**The CBCCipher class is a Cipher that attache
www.eeworm.com/read/109898/15546083

txt validate.txt

# Test vectors for DES Electronic Code Book (ECB) # implementation, derived from: # "Validating the Correctness of Hardware # Implementations of the NBS Data Encryption Standard" # NBS Speci
www.eeworm.com/read/108140/15593567

c crypt3.c

/* @(#) $Revision: 66.2 $ */ /*LINTLIBRARY*/ /* * This program implements the * Proposed Federal Information Processing * Data Encryption Standard. * See Federal Register, March 17, 1975 (4
www.eeworm.com/read/106644/15631550

cpp des.cpp

/* des: duplicate the NBS Data Encryption Standard in software. * usage: des * prompts for the password * If the filename ends in ".n" it will be decrypted with the key; * otherwise i
www.eeworm.com/read/100767/15864624

cpp serpent.cpp

// serpent.cpp - modified by Wei Dai from Brian Gladman's serpent.c /* This is an independent implementation of the encryption algorithm: */ /* */ /* Serpent by Ross Anderson
www.eeworm.com/read/100478/15873342

cpp serpent.cpp

// serpent.cpp - modified by Wei Dai from Brian Gladman's serpent.c /* This is an independent implementation of the encryption algorithm: */ /* */ /* Serpent by Ross Anderson
www.eeworm.com/read/100478/15873388

cpp rijndael.cpp

// rijndael.cpp - modified by Wei Dai from Brian Gladman's rijndael.c /* This is an independent implementation of the encryption algorithm: */ /* */ /* RIJNDAEL by Joan Daeme
www.eeworm.com/read/100478/15873433

cpp twofish.cpp

// twofish.cpp - modified by Wei Dai from Brian Gladman's twofish.c /* This is an independent implementation of the encryption algorithm: */ /* */ /* Twofish by Bruce Schneie
www.eeworm.com/read/100319/15877198

c cipher.c

/* * cipher - a more secure replacement for UNIX crypt program * * Generic block encipherment/decipherment program * modified specifically for the Data Encryption Standard using * Cipher Block