代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/384917/8834360
pas umain.pas
{******************************************************************************}
{* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********}
{***********************************
www.eeworm.com/read/284618/8913138
java transpositioncipher.java
Appendix 1: Java source code for TranspositionCipher.java
/*
Wrtten by: H Yu
First written:05/11/07
Last modified:09/11/07
*/
import sheffield.*;
public class TranspositionCiph
www.eeworm.com/read/179775/9339597
html 01-04.html
APPLIED CRYPTOGRAPHY, SECOND EDITION: Protocols, Algorithms, and Source Code in C:Foundations
www.eeworm.com/read/359573/10137175
html 01-04.html
APPLIED CRYPTOGRAPHY, SECOND EDITION: Protocols, Algorithms, and Source Code in C:Foundations
www.eeworm.com/read/280002/10370212
txt readme.txt
DCPcrypt v2 BETA - 7th June 2000
================================
This is a beta version of DCPcrypt v2. It doesn't contain all that much
documentation but hopefully you will be able to get the i
www.eeworm.com/read/160895/10475680
c twofish2.c
/***************************************************************************
TWOFISH2.C -- Optimized C API calls for TWOFISH AES submission
Submitters:
Bruce Schneier, Counterpane Systems
www.eeworm.com/read/160894/10475725
c twofish2.c
/***************************************************************************
TWOFISH2.C -- Optimized C API calls for TWOFISH AES submission
Submitters:
Bruce Schneier, Counterpane Systems
www.eeworm.com/read/274958/10843412
c twofish2.c
/***************************************************************************
TWOFISH2.C -- Optimized C API calls for TWOFISH AES submission
Submitters:
Bruce Schneier, Counterpane Systems
www.eeworm.com/read/199833/7819494
h cipherdef.h
/*
* Copyright 1997-2005 Markus Hahn
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obta
www.eeworm.com/read/195604/8138966
txt jiami.txt
四种加密解密算法的源代码
#include
#include
#include
#include
void Shift() /*移位密码*/
{
char c[100];
int length, i=0, key=0;
clrs