代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/145881/12696539
html 187-211.html
Learn Encryption Techniques with BASIC and C++:Transposition-based Monoalphabetic Substitution
www.eeworm.com/read/331719/12811974
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/331719/12811985
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/331719/12812093
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/331719/12812381
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/331675/12815330
java test-lexcial.java
package gnu.javax.crypto.cipher;
import gnu.java.security.Registry;
/**
* Square is a 128-bit key, 128-bit block cipher algorithm developed by Joan
* Daemen, Lars Knudsen and Vincent Rijmen.
www.eeworm.com/read/143661/12852760
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/143661/12852788
cpp xt5-12-2.cpp
#include
using namespace std;
int main()
{int j,n;
char ch[80];
cout
www.eeworm.com/read/143661/12852798
cpp xt5-12-1.cpp
#include
using namespace std;
int main()
{int j,n;
char ch[80],tran[80];
cout
www.eeworm.com/read/143661/12852821
cpp xt5-12-4.cpp
#include
#include
using namespace std;
int main()
{int j;
string ch="I will visit China next week.";
cout