代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/291547/8410369
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/185143/9055855
c deslogind.c
/*
* Copyright 1994 David A. Barrett.
*
* Remote login deaemon with authentication and data encryption of channel
*
* Still to do:
* Add a "RHOSTNAME" and "RHOSTIP" to login environment for us
www.eeworm.com/read/281352/9161089
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/178832/9384736
txt cipher50.txt
// CIPHER50.FLL
//
// Character encryption routine for VFP 5.0
//
// Usage: ENCRYPT(plaintext,password)
//
// Plaintext can be a character string or a memo field (memo fields
/
www.eeworm.com/read/178173/9415781
txt ecb_e_m_ref.txt
=========================
FILENAME: "ecb_e_m.txt"
Electronic Codebook (ECB) Mode - ENCRYPTION
Monte Carlo Test
Algorithm Name: Rijndael
Principal Submitter: Joan Daemen
=========================
www.eeworm.com/read/178173/9415834
txt ecb_e_m.txt
=========================
FILENAME: "ecb_e_m.txt"
Electronic Codebook (ECB) Mode - ENCRYPTION
Monte Carlo Test
Algorithm Name: Rijndael
Principal Submitter: Joan Daemen
=========================
www.eeworm.com/read/178173/9415837
txt ecb_e_m_ref.txt
=========================
FILENAME: "ecb_e_m.txt"
Electronic Codebook (ECB) Mode - ENCRYPTION
Monte Carlo Test
Algorithm Name: Rijndael
Principal Submitter: Joan Daemen
=========================
www.eeworm.com/read/372473/9509160
cpp digestopensslimpl.cpp
/*!
\file DigestOpenSslImpl.cpp
\author Jackson
\date 13/1/2005
*/
#include "DigestOpenSslImpl.h"
namespace Lucid {
namespace Encryption {
TDigestOpenSslImpl::TDigestOpenSslImpl( TH
www.eeworm.com/read/356678/10223037
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/417728/10978999
c aes.c
/* AES CryptAPI - implementation of AES functions for *
* character buffer / binary / text encryption. *
* Written Nov 99 by Mixter */
#include "ae