代码搜索:Decryption
找到约 742 项符合「Decryption」的源代码
代码结果 742
www.eeworm.com/read/427863/8916042
cpp main.cpp
#include "stdio.h"
#include "twofish.h"
#include "string.h"
TWOFISH_context ctx; /* Expanded key. */
byte scratch[16]; /* Encryption/decryption result buffer. */
/* Test vectors for
www.eeworm.com/read/178173/9415742
txt ecb_iv_ref.txt
=========================
FILENAME: "ecb_iv.txt"
Electronic Codebook (ECB) Mode
Intermediate Value Known Answer Tests
Algorithm Name: Rijndael
Principal Submitter: Joan Daemen
==========
KEYSIZ
www.eeworm.com/read/178173/9415786
txt ecb_iv_ref.txt
=========================
FILENAME: "ecb_iv.txt"
Electronic Codebook (ECB) Mode
Intermediate Value Known Answer Tests
Algorithm Name: Rijndael
Principal Submitter: Joan Daemen
==========
KEYSIZ
www.eeworm.com/read/178173/9415811
txt ecb_iv.txt
=========================
FILENAME: "ecb_iv.txt"
Electronic Codebook (ECB) Mode
Intermediate Value Known Answer Tests
Algorithm Name: Rijndael
Principal Submitter: Joan Daemen
==========
KEYSIZ
www.eeworm.com/read/359577/10136185
h rc2.h
#ifndef CRYPTOPP_RC2_H
#define CRYPTOPP_RC2_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct RC2_Info : public FixedBlockSize, public
www.eeworm.com/read/276685/10715259
h des.h
#ifndef __MYDES__
#define __MYDES__
class DESServer {
public:
CString DecryptString(CString str);
CString EncryptString(CString str);
DESServer(char* key = 0);
virtual ~DESServer() {};
www.eeworm.com/read/418779/10899284
txt 432.txt
Rule:
--
Sid:
432
--
Summary:
This event is generated when a host generates and ICMP Type 40 Code 3 Decryption Failed datagram.
--
Impact:
ICMP Type 40 Code 3 datagrams are an indication that a
www.eeworm.com/read/457410/7325883
txt ecb_iv.txt
=========================
FILENAME: "ecb_iv.txt"
Electronic Codebook (ECB) Mode
Intermediate Value Known Answer Tests
Algorithm Name: Rijndael
Principal Submitter: Joan Daemen
==========
KEYSIZ
www.eeworm.com/read/141552/13000677
diz file_id.diz
Info-ZIP's ZCrypt 2.9: generic C sources.
C source code add-on to provide PKWARE-
compatible encryption and decryption sup-
port for Info-ZIP's Zip 2.3, UnZip 5.41,
and WiZ 5.01 (and later).