代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/154967/5630926
c chpms.c
/*** WARNING - THIS CODE HAS NOT BEEN FINISHED! ***/
/*****************************************************************************
* chpms.c - Network MicroSoft Challenge Handshake Authentication Pro
www.eeworm.com/read/154801/5634510
c chpms.c
/*** WARNING - THIS CODE HAS NOT BEEN FINISHED! ***/
/*****************************************************************************
* chpms.c - Network MicroSoft Challenge Handshake Authentication Pro
www.eeworm.com/read/252613/6787768
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/252613/6787857
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/472264/6874559
h sapphire.h
#ifndef SAPPHIRE_H
#define SAPPHIRE_H
#include "cryptlib.h"
#include "misc.h"
class SapphireBase
{
public:
enum {KEYLENGTH=16}; // default key length
protected:
SapphireBase(
www.eeworm.com/read/472264/6874599
cpp rng.cpp
#include
#include "misc.h"
#include "rng.h"
#include
// linear congruential generator
// originally by William S. England
// do not use for cryptographic purpos
www.eeworm.com/read/394258/8240180
c descert.c
#include
#include
#include
#include "des.h"
static void get8 (unsigned char *);
static void put8 (unsigned char *);
main()
{
unsigned char key[8],plain[8],cipher[8],
www.eeworm.com/read/368183/9707395
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/368183/9707547
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/172143/9723055
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