代码搜索:Encryption

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

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

java cipherinputstream.java

/* Christoforos Pirillos @ Villanova University - May 1999 based on code from the book "Java Network Programming" by Hughes */ package encryption; import java.io.*; /**This is the corresponding clas
www.eeworm.com/read/109309/15559675

c garble.c

/* * $Id: garble.c,v 1.5 2003/04/18 08:12:36 andrew_belov Exp $ * --------------------------------------------------------------------------- * All procedures dealing with archive data encryption
www.eeworm.com/read/109296/15559927

c garble.c

/* * $Id: garble.c,v 1.7 2004/02/21 22:53:35 andrew_belov Exp $ * --------------------------------------------------------------------------- * All procedures dealing with archive data encryption
www.eeworm.com/read/100612/15868979

cpp pal_enc.cpp

/* * PAL_ENC.CPP * * Paillier Homomorphic Encryption * See "Public key Cryptosystems based on Composite Degree Residue Classes", * Eurocrypt 1999 * * NOTE: - This PK scheme is "Homomorp
www.eeworm.com/read/100612/15868995

cpp ibe_dec.cpp

/* Boneh & Franklin's Identity Based Encryption Decryption phase Decrypts a file .ibe Finds the session key by IBE decrypting the file .key Uses this sessio
www.eeworm.com/read/100607/15869270

h testdes.h

/* DES test vectors, derived from "Validating the Correctness of Hardware Implementations of the NBS Data Encryption Standard", NBS Special Publication 500-20, 1980 */ /* The data structure
www.eeworm.com/read/100450/15873557

h aes.h

/* AES CryptAPI - interface to use AES algorithms for * * character buffer / binary / text encryption. * * Written Nov 99 by Mixter * * and based o
www.eeworm.com/read/377958/9255422

sql 视图.sql

create view [employee view] with encryption as select lastname,firstname from employees go select * from [employee view] go create view ordersubtotalview(orderid,subtotal) as select od
www.eeworm.com/read/374207/9416034

txt readme.txt

BinCompiler v0.70 ------------------------- The program should be pretty straight forward to use so this file only contains some basic info. Some of the functionality as encryption and BIN fi
www.eeworm.com/read/106372/6951539

c destest.c

/* * Maintenance tests for the Data Encryption Standard * * From National Bureau of Standards Special Publication 500-61 * * Written by David Barrett (barrett%asgard@boulder.Colorado.EDU)