代码搜索:Cipher

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

代码结果 3,792
www.eeworm.com/read/470055/6923686

cpp modes.cpp

// modes.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #ifndef CRYPTOPP_IMPORTS #include "modes.h" #ifndef NDEBUG #include "des.h" #endif NAMESPACE_BEGIN(C
www.eeworm.com/read/470055/6923743

h modes.h

#ifndef CRYPTOPP_MODES_H #define CRYPTOPP_MODES_H /*! \file */ #include "cryptlib.h" #include "secblock.h" #include "misc.h" #include "strciphr.h" #include "argnames.h" #include "algparam
www.eeworm.com/read/441132/7675377

sh try-ciphers.sh

# $OpenBSD: try-ciphers.sh,v 1.7 2002/04/03 09:30:01 markus Exp $ # Placed in the Public Domain. tid="try ciphers" ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc arcfour aes192-cbc aes256-c
www.eeworm.com/read/437246/7752728

cpp modes.cpp

// modes.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #ifndef CRYPTOPP_IMPORTS #include "modes.h" #ifndef NDEBUG #include "des.h" #endif NAMESPACE_BEGIN(C
www.eeworm.com/read/437246/7752785

h modes.h

#ifndef CRYPTOPP_MODES_H #define CRYPTOPP_MODES_H /*! \file */ #include "cryptlib.h" #include "secblock.h" #include "misc.h" #include "strciphr.h" #include "argnames.h" #include "algparam
www.eeworm.com/read/247320/12665810

cpp modes.cpp

// modes.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #ifndef CRYPTOPP_IMPORTS #include "modes.h" #ifndef NDEBUG #include "des.h" #endif NAMESPACE_BEGIN(C
www.eeworm.com/read/247320/12665915

h modes.h

#ifndef CRYPTOPP_MODES_H #define CRYPTOPP_MODES_H /*! \file */ #include "cryptlib.h" #include "secblock.h" #include "misc.h" #include "strciphr.h" #include "argnames.h" #include "algparam
www.eeworm.com/read/307799/13714925

cpp rsa.cpp

#include "rsa.h" #include "prime.h" static vlong from_str( const char * s ) { vlong x = 0; while (*s) { x = x * 256 + (unsigned char)*s; s += 1; } return x; } void private_key
www.eeworm.com/read/304536/13791694

c lab1_solution.c

/* Computer Security lab1 --- Explore Vigenere Cipher File name : lab1_solution.c Writen by : Jie Hu Date : August 14, 2004 */ #include #include
www.eeworm.com/read/133772/5901807

h ip_skipjack.h

//========================================================================== // // include/netinet/ip_skipjack.h // // // //===========================================================