代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/338532/12294900
txt javaencode.txt
// 导入 JAVA 标准包
import java.security.*;
import javax.crypto.*;
import javax.crypto.spec.*;
// 加密及散列类 Encode
class Encode
{
// 属性定义
private byte code[];
www.eeworm.com/read/336724/12420059
c crypto.c
/*
Legal Notice: Some portions of the source code contained in this file were
derived from the source code of Encryption for the Masses 2.02a, which is
Copyright (c) 1998-2000 Paul Le Roux and w
www.eeworm.com/read/131976/14117920
c crypto.c
/* The source code contained in this file has been derived from the source code
of Encryption for the Masses 2.02a by Paul Le Roux. Modifications and
additions to that source code contained in
www.eeworm.com/read/131693/14132993
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, d
www.eeworm.com/read/130683/14178866
txt 运用加密技术保护java源代码.txt
运用加密技术保护Java源代码
[ 源文作者俞良松 ,由test发表于2003-12-19 21:29:48]
软件工程师,独立顾问和自由撰稿人
2001 年 10 月
Java程序的源代码很容易被别人偷看。只要有一个反编译器,任何人都可以分析别人的代码。本文讨论如何在不修改原有程序的情况下,通过加密技 ...
www.eeworm.com/read/130455/14193053
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/130455/14193057
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/130455/14193107
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/130455/14193340
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/232520/14193344
c loki97.c
/*
* Implements the LOKI97 block cipher.
*
* LOKI97 is a 128-bit symmetric block cipher with a 256-bit key schedule,
* which may be initialised from 128, 192, or 256-bit keys. It uses 16 rounds