代码搜索:Encryption

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

代码结果 4,642
www.eeworm.com/read/457410/7325888

txt readme.txt

README Algorithm: Rijndael Submitter: Joan Daemen and Vincent Rijmen Test values: Known Answer Tests and Monte Carlo Tests ----------------------------------------------------------- This directory
www.eeworm.com/read/449218/7516729

txt whatsnew.txt

************************************** * AESV2Plugin BETA - Release Notes ************************************** The latest release notes, source, and DSM files are available here: http://hom
www.eeworm.com/read/197416/7996615

index

Newsgroups: sci.crypt,comp.security.misc,alt.security Subject: APPLIED CRYPTOGRAPHY - Electronic Version of Index Message-ID: From: schneier@chinet.chinet.com (Bruce Sch
www.eeworm.com/read/296483/8100163

cpp sftpver.cpp

// sftpver.cpp // code for sftpver.h, and version documentation // copyright SafeTP Development Group, Inc., 2000 Terms of use are as specified in license.txt #include "sftpver.h" // this module
www.eeworm.com/read/245805/12780208

txt aes.ae-modes.txt

The Use of AES Combined Encryption and Authentication Modes =========================================================== This file describes the use of the routines that implement the AES combin
www.eeworm.com/read/245804/12780309

txt aes.ae-modes.txt

The Use of AES Combined Encryption and Authentication Modes =========================================================== This file describes the use of the routines that implement the AES combin
www.eeworm.com/read/142139/12960712

diz file_id.diz

Info-ZIP's ZCrypt 2.3: generic C sources. C source code add-on to provide PKWARE- compatible encryption and decryption sup- port for Info-ZIP's Zip 2.0.1 and UnZip 5.12 (and later). This soft
www.eeworm.com/read/142139/12960776

index

Newsgroups: sci.crypt,comp.security.misc,alt.security Subject: APPLIED CRYPTOGRAPHY - Electronic Version of Index Message-ID: From: schneier@chinet.chinet.com (Bruce Sch
www.eeworm.com/read/141081/13044709

readme

This code by Richard Outerbridge implements DES with optional double and triple encryption. I think it's pretty fast, and it doesn't take up much memory at runtime. Richard leaves a copyright notice
www.eeworm.com/read/326534/13136549

h aes.h

#ifndef AES_H #define AES_H 1 #define AES_OK 1 #define BPOLY 0x1b // Lower 8 bits of (x^8+x^4+x^3+x+1), ie. (x^4+x^3+x+1). #define BLOCKSIZE 16 // Block size in number of bytes. // Nb