代码搜索:Cipher

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

代码结果 3,792
www.eeworm.com/read/287068/8727967

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/286166/8785077

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/286166/8785082

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/286166/8785140

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/286166/8785316

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/428952/8827400

java aes.java

import java.io.*; import java.security.*; import javax.crypto.*; import com.sun.crypto.provider.SunJCE; import java.math.BigInteger; public class AES { public final static String filename =
www.eeworm.com/read/284676/8909952

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/284676/8909974

cpp xt5-12-2.cpp

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

cpp xt5-12-1.cpp

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

cpp xt5-12-4.cpp

#include #include using namespace std; int main() {int j; string ch="I will visit China next week."; cout