代码搜索:Cipher

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

代码结果 3,792
www.eeworm.com/read/168081/5448472

pas rc6.pas

{******************************************************************************} {* DCPcrypt v2.0 written by David Barton (davebarton@bigfoot.com) *************} {***********************************
www.eeworm.com/read/168081/5448474

pas rijndael.pas

{******************************************************************************} {* DCPcrypt v2.0 written by David Barton (davebarton@bigfoot.com) *************} {***********************************
www.eeworm.com/read/168081/5448476

pas rc5.pas

{******************************************************************************} {* DCPcrypt v2.0 written by David Barton (davebarton@bigfoot.com) *************} {***********************************
www.eeworm.com/read/168081/5448486

pas idea.pas

{******************************************************************************} {* DCPcrypt v2.0 written by David Barton (davebarton@bigfoot.com) *************} {***********************************
www.eeworm.com/read/168081/5448491

pas ice.pas

{******************************************************************************} {* DCPcrypt v2.0 written by David Barton (davebarton@bigfoot.com) *************} {***********************************
www.eeworm.com/read/472264/6874570

h bench.h

#ifndef BENCH_H #define BENCH_H #include "cryptlib.h" void BenchMarkAll(long length=1024L); float BenchMark(BlockTransformation &amt;cipher, long length); float BenchMark(StreamCipher &a
www.eeworm.com/read/395762/8153314

txt common.txt

/* Copyright (c) 2003, Roger Dingledine * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. * Copyright (c) 2007-2008, The Tor Project, Inc. */ /* See LICENSE for licensing information *
www.eeworm.com/read/294538/8220521

hpp modes.hpp

/* modes.hpp * * Copyright (C) 2003 Sawtooth Consulting Ltd. * * This file is part of yaSSL. * * yaSSL is free software; you can redistribute it and/or modi
www.eeworm.com/read/394258/8240190

c des3cert.c

#include #include #include #include "des.h" static void get8 (unsigned char *); static void put8 (unsigned char *); main() { unsigned char key[24],plain[8],cipher[8]
www.eeworm.com/read/193160/8250596

java simplepolicytest.java

package chapter1; import javax.crypto.*; import javax.crypto.spec.*; /** * Test to make sure the unrestricted policy files are installed. */ public class SimplePolicyTest { public st