代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/289586/8541166
java standardhead.java
/*
*标准字头密码体制的实现
*key = richard 因为有2个 'r' ,所以实际用的key 是 'richad'
*区分字母的大小写
*/
public class StandardHead
{
char lowCaseKey[] = {'r','i','c','h','a','d','b','e','f','g','j','k','l','m','n','o','p'
www.eeworm.com/read/288992/8587965
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/284568/8916774
txt 移位密码,仿射密码,维吉利亚密码,置换密码的算法.txt
近日在研究替换法中移位密码,仿射密码,维吉利亚密码,置换密码的算法,网上也找了些资料,但发现是用C语言编辑的,具体代码如下
#include
#include
#include
#include
void Shift() /*移位密码*/
{
char c[100];
int leng
www.eeworm.com/read/185072/9058105
h des.h
//程序:DES加密解密雪崩效应分析,差分分析
#include
#include
using namespace std;
typedef bool eletype;
#define ZERO false
#define ONE true;
class Des{
public:
Des(void);
Des(eletyp
www.eeworm.com/read/282738/9070635
html ciphers.html
DCPcrypt v2: Users Guide - Ciphers
DCPcrypt Cryptographic Component Library v2
www.eeworm.com/read/178173/9415806
c rijndael-api-ref.c
/* rijndael-api-ref.c v2.1 April 2000
* Reference ANSI C code
* authors: v2.0 Paulo Barreto
* Vincent Rijmen, K.U.Leuven
* v2.1 Vincent Rijmen, K.U.Leuven
*
* This cod
www.eeworm.com/read/361075/10067112
cpp crsa.cpp
// CRSA.cpp: implementation of the CRSA class.
//
//////////////////////////////////////////////////////////////////////
#include
#include
#include "CRSA.h"
#include
www.eeworm.com/read/164812/10086865
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/164812/10086877
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/359573/10137087
html book-index.html
APPLIED CRYPTOGRAPHY, SECOND EDITION: Protocols, Algorithms, and Source Code in C:Index