代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/282733/9071030
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/184371/9107625
java decryptstart.java
import java.io.*;
import java.security.*;
import java.lang.reflect.*;
import javax.crypto.*;
import javax.crypto.spec.*;
public class DecryptStart extends ClassLoader
{
// 这些对象在构造函数中设置,
www.eeworm.com/read/178173/9415751
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/178173/9415832
h rijndael-api-ref.h
/* rijndael-api-ref.h v2.0 August '99
* Reference ANSI C code
*/
/* AES Cipher header file for ANSI C Submissions
Lawrence E. Bassham III
Computer Security Division
National
www.eeworm.com/read/177298/9460210
java des.java
byte[] encodeDES(byte[] data, int offset, int len, byte[] passwd) throws Exception
{
if (passwd.length != DESKeySpec.DES_KEY_LEN)
throw new Exception(“DES加密方法的密码位数为8,指定的密码位数为“ + passwd.length
www.eeworm.com/read/175643/9538236
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/175643/9538241
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/175643/9538315
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/175643/9538528
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/371177/9563007
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