代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/258893/4349128
c pgpconvmod.c
/*
* pgpConvMod.c -- Convetional Encryption Module
*
* Uses the cipher module to encrypt a message; this will output the
* appropriate PGP headers (ESK-type) packets associated with the
* re
www.eeworm.com/read/258893/4349444
h pgprsaglue.h
/*
* pgpRSAGlue.h - RSA encryption and decryption
*
* This is a PRIVATE header file, for use only within the PGP Library.
* You should not be using these functions in an application.
*
*
www.eeworm.com/read/132402/14090543
txt elaes.txt
AES Implementation (Brief Manual)
Introduction
AES (Advanced Encryption Standard) defines a method to encrypt/decrypt
the data using blocks of 128 bits length and keys of various
www.eeworm.com/read/113305/15465012
frm endedemo.frm
VERSION 5.00
Begin VB.Form frmEnDeDemo
BorderStyle = 1 'Fixed Single
Caption = "Serial code, key code, encryption and decryption"
ClientHeight = 5475
ClientLeft
www.eeworm.com/read/110606/15528993
txt readme.txt
Encryption Library
------------------
Author: Bret Taylor (bstaylor@stanford.edu)
This library offers a simple, but suprisingly effective,
method of encrypting text files using bitwise manipulat
www.eeworm.com/read/110418/15534491
java crypt.java
/*
Christoforos Pirillos @ Villanova University - May 1999
based on code from the book "Java Network Programming" by Hughes
*/
package encryption;
/** This class provides a variety of useful methods
www.eeworm.com/read/110418/15534502
java hash.java
/*
Christoforos Pirillos @ Villanova University - May 1999
based on code from the book "Java Network Programming" by Hughes
*/
package encryption;
/**This class is the generic superclass for all has
www.eeworm.com/read/110148/15541600
txt elaes.txt
AES Implementation (Brief Manual)
Introduction
AES (Advanced Encryption Standard) defines a method to encrypt/decrypt
the data using blocks of 128 bits length and keys of various
www.eeworm.com/read/101388/15835429
txt elaes.txt
AES Implementation (Brief Manual)
Introduction
AES (Advanced Encryption Standard) defines a method to encrypt/decrypt
the data using blocks of 128 bits length and keys of various
www.eeworm.com/read/100450/15873566
c aes.c
/* AES CryptAPI - implementation of AES functions for *
* character buffer / binary / text encryption. *
* Written Nov 99 by Mixter */
#include "ae