代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/162166/10330303
h vigenere_cipher.h
#if !defined(AFX_VIGENERE_CIPHER_H__D9105435_8C3B_4ED8_B653_93369DB2EE42__INCLUDED_)
#define AFX_VIGENERE_CIPHER_H__D9105435_8C3B_4ED8_B653_93369DB2EE42__INCLUDED_
#if _MSC_VER > 1000
#pragma onc
www.eeworm.com/read/162166/10330305
cpp caeser_cipher.cpp
// aeser_Cipher.cpp : implementation file
//
#include "stdafx.h"
#include "MY_CAP.h"
#include "Caeser_Cipher.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/162166/10330325
h stream_cipher.h
#if !defined(AFX_STREAM_CIPHER_H__8CAF6AED_1E09_4138_B449_EDC3BDB16B06__INCLUDED_)
#define AFX_STREAM_CIPHER_H__8CAF6AED_1E09_4138_B449_EDC3BDB16B06__INCLUDED_
#include "MY_CAPDlg.h" // Added by C
www.eeworm.com/read/162166/10330333
cpp stream_cipher.cpp
// Stream_Cipher.cpp : implementation file
//
#include "stdafx.h"
#include "MY_CAP.h"
#include "math.h"
#include "Stream_Cipher.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
sta
www.eeworm.com/read/160163/10562243
h mycrypt_cipher.h
/* ---- SYMMETRIC KEY STUFF -----
*
* We put each of the ciphers scheduled keys in their own structs then we put all of
* the key formats in one union. This makes the function prototypes easier t
www.eeworm.com/read/160163/10562483
txt cipher_tv.txt
Cipher Test Vectors
These are test encryptions with key of nn bytes '00 01 02 03 .. (nn-1)' and original PT of the same style.
The output of step N is used as the key and plaintext for step N+1 (key
www.eeworm.com/read/276149/10759240
ncb vigenere_cipher.ncb
www.eeworm.com/read/276149/10759243
cpp vigenere_cipher.cpp
// VigenereCipher 密码分析程序
#include
#include "math.h"
#include"stdio.h"
#include"stdlib.h"
#include"conio.h"
#include"string.h"
void LetterFrequence(char ch1[500]);
void KeyDis
www.eeworm.com/read/276149/10759244
opt vigenere_cipher.opt
www.eeworm.com/read/276149/10759247
plg vigenere_cipher.plg
Build Log
--------------------Configuration: Vigenere_Cipher - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME