代码搜索:Cipher

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

代码结果 3,792
www.eeworm.com/read/422757/10612229

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/422757/10612675

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/159111/10693741

c netchpms.c

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

cpp testcrypt.cpp

#include "ssf43.h" #include "SymmCrypt.h" #include "input.h" void printMsg(char *title,bit8 *content,bit32 size) { bit32 i; printf("%s[ ",title); for(i=0;i
www.eeworm.com/read/274931/10844680

cpp test.cpp

#include "ssf43.h" #include "SymmCrypt.h" void printMsg(char *title,bit8 *content,bit32 size) { bit32 i; printf("%s[ ",title); for(i=0;i
www.eeworm.com/read/274306/10877441

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/274306/10877715

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/416375/11031405

java girl_gui.java

package IS_Project1; import java.awt.CardLayout; import java.awt.Color; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.ItemEvent; import java.aw
www.eeworm.com/read/416375/11031412

java boy_gui.java

package IS_Project1; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import
www.eeworm.com/read/471252/6900316

c symcrypt.c

/* * Following codes are derived from * ``Secure Programming Cookbook for C and C++''. * URL:http://www.oreilly.com/catalog/secureprgckbk/ * http://www.secureprogramming.com/ * * Licensin