代码搜索:Encryption

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

代码结果 4,642
www.eeworm.com/read/359577/10136194

cpp bench.cpp

// bench.cpp - written and placed in the public domain by Wei Dai #include "bench.h" #include "crc.h" #include "adler32.h" #include "md2.h" #include "md5.h" #include "md5mac.h" #include "sha.
www.eeworm.com/read/359577/10136226

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/358784/10179683

asm encrypt.asm

TITLE Encryption Program (Encrypt.asm) ; This program uses MS-DOS function calls to ; read and encrypt a file. Run it from the ; command prompt, using redirection: ; Encrypt < i
www.eeworm.com/read/355671/10249986

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/355670/10249990

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/161812/10371100

txt readme.txt

"dummy" algorithm is supplied as BestCrypt Development Kit example. It does not provide any encryption services. bc_dummy.h - "dummy" algorithm module parameters and function prototypes BDK_EXAMPLE
www.eeworm.com/read/276213/10753294

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/470055/6923702

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/470055/6923948

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/470055/6923984

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