代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/372473/9509126
makefile
# Makefile for the LucidEncryption project
#
#---------------------------------------------------------
include ../../MakeInclude
CXXFLAGS += $(DEBUG_OPTIONS)
LDFLAGS += -lpthread -lm
www.eeworm.com/read/372473/9509157
h encoder.h
/*!
\file Encoder.h
\author Jackson
\date 13/1/2005
*/
#ifndef _LUCID_ENCRYPTION_ENCODER_H_
#define _LUCID_ENCRYPTION_ENCODER_H_
#ifdef _MSC_VER
#pragma once
#endif
#include "ShareL
www.eeworm.com/read/176024/9521714
txt iwpriv_usage.txt
iwpriv
=================
This is detailed explanation of each parameters for iwpriv.
Before reading this document, make sure you already read README.
--------------------------------------------
www.eeworm.com/read/360615/10084293
h rc6.h
#ifndef CRYPTOPP_RC6_H
#define CRYPTOPP_RC6_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct RC6_Info : public FixedBlockSize, public
www.eeworm.com/read/360615/10084816
txt rsa_oaep.txt
AlgorithmType: AsymmetricCipher
Name: RSA/OAEP-MGF1(SHA-1)
Source: http://www.rsasecurity.com/rsalabs/pkcs/pkcs-1/, PKCS #1 test vectors
KeyFormat: Component
Comment: Example 1: A 1024-bit RSA Key
www.eeworm.com/read/360615/10084888
h rc2.h
#ifndef CRYPTOPP_RC2_H
#define CRYPTOPP_RC2_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
#include "algparam.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct RC2_Info : public Fix
www.eeworm.com/read/360615/10084893
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#define _CRT_SECURE_NO_DEPRECATE
#include "bench.h"
#include "crc.h"
#include "adler32.h"
#include "idea.h"
#include "des.h"
www.eeworm.com/read/360615/10084908
h rc5.h
#ifndef CRYPTOPP_RC5_H
#define CRYPTOPP_RC5_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct RC5_Info : public FixedBlockSize, public
www.eeworm.com/read/359577/10135623
h rc6.h
#ifndef CRYPTOPP_RC6_H
#define CRYPTOPP_RC6_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct RC6_Info : public FixedBlockSize, public
www.eeworm.com/read/359577/10136090
txt rsa_oaep.txt
AlgorithmType: AsymmetricCipher
Name: RSA/OAEP-MGF1(SHA-1)
Source: http://www.rsasecurity.com/rsalabs/pkcs/pkcs-1/, PKCS #1 test vectors
KeyFormat: Component
Comment: Example 1: A 1024-bit RSA Key