代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/227409/14427200
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/227409/14427524
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/126035/14450729
c des_example.c
#include
#include
#include
#include "des.h"
/* Test Vectors
key plain cipher
0101010101010101 0000000000000000 8CA64DE9C1B123A7
www.eeworm.com/read/126035/14450739
c aes_example.c
#include
#include
#include
#include "aes.h"
/* Test Vector from Daemon's implemention
KEY=000102030405060708090A0B0C0D0E0F
PT=00112233445566778899AABBCCDDEEFF
C
www.eeworm.com/read/226200/14489935
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
www.eeworm.com/read/225535/14536995
c twofish.c
/***************************************************************************
TWOFISH.C -- C API calls for TWOFISH AES submission
Submitters:
Bruce Schneier, Counterpane Systems
Doug Whitin
www.eeworm.com/read/124198/14590149
txt huang.txt
非对称加密RSA的实现及其源代码[JAVA]
import javax.crypto.Cipher;
import java.security.*;
import java.security.spec.RSAPublicKeySpec;
import java.security.spec.RSAPrivateKeySpec;
import java.security.spec.I
www.eeworm.com/read/223636/14621688
txt joseph环.txt
#include
typedef struct Node
{
int number;
int cipher;
struct Node *next;
}node,*hu;
hu H;//定义头结点为H;
init(int n)
{
int i;
int cipher;
hu L;
if(n>=1)
{
scanf("%
www.eeworm.com/read/122287/14703118
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/122234/14712845
txt 运用加密技术保护java源代码.txt
运用加密技术保护Java源代码
(加入日期:2001-10-24 点击数:1803)
【对此文发表评论】 【编程爱好者论坛】 【保存文章至硬盘】 【打印文章】
作者: 俞良松
来源:www.ibm.com
俞良松 (javaman@163.net)
软件工程师,独立顾问和自由撰稿人
2001 年 10 月
Java程序的源代码很容易被别人偷看。只要有一个反编 ...