代码搜索:Cipher

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

代码结果 3,792
www.eeworm.com/read/109906/15545940

c aestest.c

/* * aestest - program to run AES test data files on specified algorithm * Customise the ALG name and include file below and link with * any alg satisfying the AES C-API. * * writ
www.eeworm.com/read/109906/15545947

h loki97.h

/* * loki97.h - header file for the LOKI97 AES candidate block cipher. * * LOKI97 was written by Lawrie Brown (ADFA), Josef Pieprzyk, and Jennifer * Seberry (UOW) in 1997. * * Copyrigh
www.eeworm.com/read/108939/15569554

cpp processing.cpp

#include "stdafx.h" #include "Processing.h" #include #include #include #include "../Enc_Blowfish/Blowfish.h" #include "Security/FileWipe.h" #include "Files/SelfExtrac
www.eeworm.com/read/104702/15684769

changelog

2001-08-18 Henning Koester * *.{c|h}: changed copyright and license notices to GNU POC. Fri Jul 20 17:20:18 CEST 2001 Henning Koester *
www.eeworm.com/read/102635/15764496

html 01-04.html

www.eeworm.com/read/100318/15877229

txt des3.txt

Title: Library for the NBS Data Encryption Standard (DES) Platform: 32 Bit MS Windows for MS Visual C++ Language: ANSI C Copyright: (C) 1992-2000 by CryptoSoft GmbH License:
www.eeworm.com/read/287073/8723813

html struct_c_f_b___f_i_p_s___mode.html

Crypto++: CFB_FIPS_Mode< CIPHER > Struct Tem
www.eeworm.com/read/222244/14699668

cpp proc.cpp

// proc.cpp // xp_aesdecrypt extended stored procedure // // Usage: xp_aesdecrypt @param1, @param2 [,@param3 OUTPUT] // // @param1 is the text to decrypt, @param2 is the key. If @param3 OUTPUT
www.eeworm.com/read/222244/14699834

cpp proc.cpp

// proc.cpp // xp_aesencrypt extended stored procedure // // Usage: xp_aesencrypt @param1, @param2 [,@param3 OUTPUT] // // @param1 is the text to encrypt, @param2 is the key. If @param3 OUTPUT
www.eeworm.com/read/100605/15869998

cpp modebase.cpp

/************************************************* * Block Cipher Mode Base Source File * * (C) 1999-2002 The Botan Project * ***********************************************