代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/290293/8491304
c rab.c
/*
Author: Pate Williams (c) 1997
Rabin public-key encryption. See "Handbook of
Applied Cryptography" by Alfred J. Menezes et
al Section 8.3 pages 292 - 294.
*/
#include
www.eeworm.com/read/290293/8491345
c elgamal.c
/*
Author: Pate Williams (c) 1997
ElGamal public-key encryption. See "Handbook of
Applied Cryptography" by Alfred J. Menezes et al
8.4 Section pages 294 - 296.
*/
#include
www.eeworm.com/read/433033/8551059
java filedes.java
package encryption;
//chp6
//FileDES.java
import java.io.*;
import java.nio.*;
import java.nio.channels.FileChannel;
public class FileDES{
private static final boolean enc=true;
www.eeworm.com/read/386996/8714085
c rab.c
/*
Author: Pate Williams (c) 1997
Rabin public-key encryption. See "Handbook of
Applied Cryptography" by Alfred J. Menezes et
al Section 8.3 pages 292 - 294.
*/
#include
www.eeworm.com/read/386996/8714127
c elgamal.c
/*
Author: Pate Williams (c) 1997
ElGamal public-key encryption. See "Handbook of
Applied Cryptography" by Alfred J. Menezes et al
8.4 Section pages 294 - 296.
*/
#include
www.eeworm.com/read/427169/8970464
hide-and-seek readme.hide-and-seek
*** D A N G E R O U S ***
*** M U N I T I O N S ***
These programs make use of strong encryption technology.
Possession, import or export may be illegal in your co
www.eeworm.com/read/185140/9056019
c rcrypt.c
/* rcrypt.c
*
* jojo@farm9.com -- file encryption using Rijndael, 256 bit key
*
* Handles odd file sizes using padding, creates a header that
* has file size and some random numbers. Wh
www.eeworm.com/read/185139/9056073
c rcrypt.c
/* rcrypt.c
*
* jojo@farm9.com -- file encryption using Rijndael, 256 bit key
*
* Handles odd file sizes using padding, creates a header that
* has file size and some random numbers. Wh
www.eeworm.com/read/181831/9235615
c opt2.c
/*
compiler is gcc(egcs-2.91.66)
flags are -O3 -fomit-frame-pointer -Wall
Processor is 233Mhz Pentium II (Deschutes)
OS is Linux 2.2.16
Max encryption speed I've seen (in mulit
www.eeworm.com/read/181831/9235620
c opt.c
/*
compiler is gcc(egcs-2.91.66)
flags are -O3 -fomit-frame-pointer -Wall
Processor is 233Mhz Pentium II (Deschutes)
OS is Linux 2.2.16
Max encryption speed I've seen (in mulit