代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/101224/15841229
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/101081/15853191
c volumes.c
/* Copyright (C) 2004 TrueCrypt Team, truecrypt.org
This product uses components written by Paul Le Roux */
#include "TCdefs.h"
#include
#include
www.eeworm.com/read/100983/15858991
bas encipher.bas
Attribute VB_Name = "Encipher"
Public pass As String
Function DeCipher(Ciphered$, pazz$)
Dim start$, endd$
If pazz$ = "" Then MsgBox "Please put in a password", 12, "Ciphe
www.eeworm.com/read/100983/15859003
bas encipher.bas
Attribute VB_Name = "Encipher"
Public pass As String
Function DeCipher(Ciphered$, pazz$)
Dim start$, endd$
If pazz$ = "" Then MsgBox "Please put in a password", 12, "Ciphe
www.eeworm.com/read/100767/15864544
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/100767/15864548
cpp cbc.cpp
// cbc.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "cbc.h"
NAMESPACE_BEGIN(CryptoPP)
CBCRawEncryptor::CBCRawEncryptor(const BlockTransformation &cipher
www.eeworm.com/read/100767/15864590
h modes.h
#ifndef CRYPTOPP_MODES_H
#define CRYPTOPP_MODES_H
/** \file
*/
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class CipherMode
{
protected:
CipherMode(const Block
www.eeworm.com/read/100767/15864717
h rng.h
#ifndef CRYPTOPP_RNG_H
#define CRYPTOPP_RNG_H
#include "cryptlib.h"
#include "filters.h"
NAMESPACE_BEGIN(CryptoPP)
//! can be passed to functions that ask for a RNG but doesn't actually use
www.eeworm.com/read/100759/15864944
cpp session key.cpp
/*
运行本程序需要下载JCE,Bouncy Castle的JCE with Provider and Lightweight API
配置如下:
在WINDOWS中,需要把下载的bcprov-jdk14-119.jar文件拷贝到两个地方:
一个在安装的JDK目录中,
另一个在JDK运行环境中,
另外还要在对两个java.security进行修改:
C:\j2sdk1.4
www.eeworm.com/read/100680/15867419
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
{
// 这些对象在构造函数中设置,