代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/101224/15841216
cpp rng.cpp
// rng.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rng.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
// linear congruential gen
www.eeworm.com/read/101093/15852678
txt readme.txt
密聊源程序
密聊是文件密使的一部份,为了保护通讯的安全,为此文件密使新添加了即时安全通讯工具密聊,
"密聊"采用 2048bit 的 RSA 数据加密算法对数据进行加密和数字签名。在此公开源程序并希望
对信息安全有兴趣的朋友进行改进,或提供宝贵的意见。希望密聊能成为一个稳定、安全、公开
的通讯工具。
程序内容:
1. ...
www.eeworm.com/read/100767/15864588
h sapphire.h
#ifndef CRYPTOPP_SAPPHIRE_H
#define CRYPTOPP_SAPPHIRE_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
/// base class, do not use directly
class SapphireBase : public Va
www.eeworm.com/read/100767/15864700
cpp rng.cpp
// rng.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rng.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
// linear congruential gen
www.eeworm.com/read/100607/15869251
s idea68k.s
;-------------------------------------------------------------------------
; idea68k.a
;
; 68000 Assembler version of idea cipher, direct translation from c code
; from PGP.
;
; Author: Risto P
www.eeworm.com/read/100605/15869910
cpp ofb.cpp
/*************************************************
* OFB Mode Source File *
* (C) 1999-2002 The Botan Project *
***********************************************
www.eeworm.com/read/100605/15869946
cpp ctr.cpp
/*************************************************
* CTR Mode Source File *
* (C) 1999-2002 The Botan Project *
***********************************************
www.eeworm.com/read/100478/15873309
h sapphire.h
#ifndef CRYPTOPP_SAPPHIRE_H
#define CRYPTOPP_SAPPHIRE_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class SapphireBase
{
public:
enum {KEYLENGTH=16}; // default
www.eeworm.com/read/100478/15873403
cpp rng.cpp
// rng.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rng.h"
#include
#include
NAMESPACE_BEGIN(CryptoPP)
// linear congruential gen
www.eeworm.com/read/271765/10981100
c crypt.c
#include "mycrypt.h"
#include
struct _cipher_descriptor cipher_descriptor[32] = {
{ NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL },
{ NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL