代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/485164/6566329
pas dcpice.pas
{******************************************************************************}
{* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********}
{***********************************
www.eeworm.com/read/485164/6566335
pas dcprijndael.pas
{******************************************************************************}
{* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********}
{***********************************
www.eeworm.com/read/484587/6580481
h rijndael-api-fst.h
/**
* rijndael-api-fst.h
*
* @version 2.9 (December 2000)
*
* Optimised ANSI C code for the Rijndael cipher (now AES)
*
* @author Vincent Rijmen
* @author
www.eeworm.com/read/483899/6597387
java frameencipherdecipher.java
/*
* FrameEncipherDecipher.java
*
* Created on 2007年10月11日, 下午8:51
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package encip
www.eeworm.com/read/480720/6660179
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/480720/6660183
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/480720/6660218
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/480720/6660318
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/410595/11275868
h rng.h
#ifndef RNG_H
#define RNG_H
#include "cryptlib.h"
// linear congruential generator
// originally by William S. England
// do not use for cryptographic purposes
class LC_RNG : public Rand
www.eeworm.com/read/410595/11275874
h filters.h
#ifndef FILTERS_H
#define FILTERS_H
#include "cryptlib.h"
#include "queue.h"
class Filter : public BufferedTransformation
{
public:
Filter(BufferedTransformation *outQ)
: outQu