代码搜索:Cipher

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

代码结果 3,792
www.eeworm.com/read/395970/8139796

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/395970/8139804

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/395970/8139914

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/395970/8140090

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/395970/8140099

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/395970/8140210

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/395970/8140500

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/395970/8141025

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/247320/12666332

h rng.h

// rng.h - misc RNG related classes, see also osrng.h, randpool.h #ifndef CRYPTOPP_RNG_H #define CRYPTOPP_RNG_H #include "cryptlib.h" #include "filters.h" NAMESPACE_BEGIN(CryptoPP) //! l
www.eeworm.com/read/246990/12694482

java key.java

import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.security.SecureRandom; import javax.crypto.KeyGenerator; import javax.crypto.SecretKey; import j