代码搜索:Cipher

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

代码结果 3,792
www.eeworm.com/read/164812/10086871

c test_cbc.c

/* * test_cbc - simple program to run encrypt & decrypt LOKI97 CBC test triples * * written by Lawrie Brown / May 1998 */ #include "loki97.h" /* local func prototypes */ static BYTE *charToBYTE(
www.eeworm.com/read/164812/10086875

c test_cfb1.c

/* * test_cbc - simple program to run encrypt & decrypt LOKI97 CFB1 test triples * * written by Lawrie Brown / May 1998 */ #include "loki97.h" /* local func prototypes */ static BYTE *charToBYTE
www.eeworm.com/read/360311/10103253

cpp xt5-12-5.cpp

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

cpp xt5-12-2.cpp

#include using namespace std; int main() {int j,n; char ch[80]; cout
www.eeworm.com/read/360311/10103279

cpp xt5-12-1.cpp

#include using namespace std; int main() {int j,n; char ch[80],tran[80]; cout
www.eeworm.com/read/360311/10103299

cpp xt5-12-4.cpp

#include #include using namespace std; int main() {int j; string ch="I will visit China next week."; cout
www.eeworm.com/read/359577/10135967

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/356149/10235920

cpp myfuncs.cpp

#include CString keyMtx[5][5];//密钥矩阵 /*明文两两分组,去除连续相同的字符 参数: plain-明文 pExpand-分组后的明文 */ void plainExpand(CString plain,CString & pExpand) { plain.Replace('J','I'); //I
www.eeworm.com/read/355392/10269489

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/355392/10269496

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 &