代码搜索:Cipher

找到约 3,792 项符合「Cipher」的源代码

代码结果 3,792
www.eeworm.com/read/157666/11674542

c ocb_decrypt_verify_memory.c

/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The librar
www.eeworm.com/read/157666/11674558

c pmac_file.c

/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The librar
www.eeworm.com/read/260514/11722557

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/260514/11722701

cpp rng.cpp

#include #include "misc.h" #include "rng.h" #include // linear congruential generator // originally by William S. England // do not use for cryptographic purposes /*
www.eeworm.com/read/154354/11968286

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 g
www.eeworm.com/read/343056/11980034

c netchpms.c

/*** WARNING - THIS CODE HAS NOT BEEN FINISHED! ***/ /***************************************************************************** * netchpms.c - Network MicroSoft Challenge Handshake Authenticatio
www.eeworm.com/read/154139/11986461

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/153565/12027670

c netchpms.c

/*** WARNING - THIS CODE HAS NOT BEEN FINISHED! ***/ /***************************************************************************** * netchpms.c - Network MicroSoft Challenge Handshake Authenticatio
www.eeworm.com/read/153385/12037291

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/153385/12037631

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