代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/232520/14193348
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/232520/14193352
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/130385/14196186
txt firstmessage.txt
If you can read this, you have successfully decrypted this message.
If you're using the ibe command-line executable, you can encrypt
messages for other people by typing something like:
ibe encrypt A
www.eeworm.com/read/130292/14198664
java caesartest.java
import junit.framework.TestCase;
/**
* Class for testing Caesar class
*/
public class CaesarTest extends TestCase {
private Cipher cipher = new Caesar();
/**
* Testing the encrypt
www.eeworm.com/read/130088/14208822
txt des 加解密的封装和 使用的例子.txt
DES 加解密的封装和 使用的例子(转)
--------------------------------------------------------------------------------
DES加密封装
package org.jtool.desutils;
import java.security.SecureRandom;
import javax.
www.eeworm.com/read/231175/14249661
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/231175/14249669
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/231175/14249733
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/231175/14249902
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/128841/14277222
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