代码搜索:Cipher

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

代码结果 3,792
www.eeworm.com/read/467632/7006304

pas dcprijndael.pas

{******************************************************************************} {* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********} {***********************************
www.eeworm.com/read/429871/7093665

properties resources.properties

# # Names # appName=IP Messenger for Java nickName= senddlgName=Send Message recvdlgName=Receive Message confdlgName=Configuration confirmName=Confirm groupName=no group allName=All # # La
www.eeworm.com/read/464432/7159412

html package-frame.html

www.eeworm.com/read/464432/7159413

html ciphertools.html

www.eeworm.com/read/456675/7342505

cpp modes.cpp

// modes.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "modes.h" NAMESPACE_BEGIN(CryptoPP) CipherMode::CipherMode(const BlockTransformation &c, const byt
www.eeworm.com/read/453504/7417941

h rijndael-api-fst.h

/** * rijndael-api-fst.h * * @version 2.9 (December 2000) * * Optimised ANSI C code for the Rijndael cipher (now AES) * * @author Vincent Rijmen * @author
www.eeworm.com/read/452713/7434411

cpp xt5-12-5.cpp

#include #include using namespace std; int main() {int j; string ch=" "; char *p=&ch[0]; //定义字符指针并使之指向ch的首字符 cout
www.eeworm.com/read/452713/7434418

cpp xt5-12-2.cpp

#include using namespace std; int main() {int j,n; char ch[80]; cout