代码搜索:Cipher

找到约 3,792 项符合「Cipher」的源代码

代码结果 3,792
www.eeworm.com/read/267326/11182901

h rng.h

#ifndef CRYPTOPP_RNG_H #define CRYPTOPP_RNG_H #include "cryptlib.h" #include "filters.h" NAMESPACE_BEGIN(CryptoPP) //! linear congruential generator /*! originally by William S. England, d
www.eeworm.com/read/411034/11259198

c crypto.c

/* Legal Notice: Some portions of the source code contained in this file were derived from the source code of Encryption for the Masses 2.02a, which is Copyright (c) 1998-2000 Paul Le Roux and w
www.eeworm.com/read/148121/12490821

pas dcpice.pas

{******************************************************************************} {* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********} {***********************************
www.eeworm.com/read/148121/12490837

pas dcprijndael.pas

{******************************************************************************} {* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********} {***********************************
www.eeworm.com/read/248382/12580441

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // cipher.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
www.eeworm.com/read/146635/12628739

cpp modes.cpp

// modes.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "modes.h" NAMESPACE_BEGIN(CryptoPP) CipherMode::CipherMode(const BlockTransformation &c, const byt
www.eeworm.com/read/146635/12628754

cpp cbc.cpp

// cbc.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "cbc.h" NAMESPACE_BEGIN(CryptoPP) CBCPaddedEncryptor::CBCPaddedEncryptor(const BlockTransformation &
www.eeworm.com/read/146635/12628884

h modes.h

#ifndef CRYPTOPP_MODES_H #define CRYPTOPP_MODES_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class CipherMode { protected: CipherMode(const BlockTransformation &c
www.eeworm.com/read/146635/12629266

h rng.h

#ifndef CRYPTOPP_RNG_H #define CRYPTOPP_RNG_H #include "cryptlib.h" #include "filters.h" NAMESPACE_BEGIN(CryptoPP) // linear congruential generator // originally by William S. England /
www.eeworm.com/read/146506/12641702

cpp xt5-12-5.cpp

#include #include using namespace std; int main() {int j; string ch=" "; char *p=&ch[0]; //定义字符指针并使之指向ch的首字符 cout