代码搜索:TwoFish
找到约 467 项符合「TwoFish」的源代码
代码结果 467
www.eeworm.com/read/121978/14727795
cpp farm9crypt.cpp
/*
* farm9crypt.cpp
*
* C interface between netcat and twofish.
*
* Intended for direct replacement of system "read" and "write" calls.
*
* Design is like a "C" version of an object.
www.eeworm.com/read/125279/6031580
ike_alg config.ike_alg
##
## IKE algorithms config. for static linking into pluto
## By now 3DES,MD5 and SHA1 are already present in pluto.
##
## 1DES is disabled, enable at-your-own-risk
##
CONFIG_IKE_ALG_AES=y
CONFIG_I
www.eeworm.com/read/160894/10475741
asm 2fish_86.asm
page 60,160
title Twofish for 386+, Author: Doug Whiting, Hi/fn
;
; WARNING: This module is written for speed, not clarity!
;
.386
.MODEL FLAT, C
public blockEncrypt_86,blockDecrypt_
www.eeworm.com/read/274958/10843443
asm 2fish_86.asm
page 60,160
title Twofish for 386+, Author: Doug Whiting, Hi/fn
;
; WARNING: This module is written for speed, not clarity!
;
.386
.MODEL FLAT, C
public blockEncrypt_86,blockDecrypt_
www.eeworm.com/read/304657/3788563
java twofishkeygeneratorimpl.java
/* TwofishKeyGeneratorImpl.java -- Twofish key generator.
Copyright (C) 2004, 2006 Free Software Foundation, Inc.
This file is a part of GNU Classpath.
GNU Classpath is free software; you can re
www.eeworm.com/read/121978/14727777
txt farm9 readme.txt
farm9 README.txt for cryptcat
09-22-2000
Thanks for downloading cryptcat
This is a simple modification to netcat to add twofish encryption.
netcat was origianally written by the l0pht (hobbit
www.eeworm.com/read/304657/3788523
java omactwofishimpl.java
/* OMacTwofishImpl.java -- OMAC-TWOFISH adapter.
Copyright (C) 2004, 2006 Free Software Foundation, Inc.
This file is a part of GNU Classpath.
GNU Classpath is free software; you can redistribut
www.eeworm.com/read/304961/3783336
txt _notes.txt
IN THE ENCRYPTION KERNEL DRIVER, THE FOLLOWING CHANGE IS REQUIRED:
in twofish.c:
change:
//#define sbox(i, x) ((ulong32)SBOX[i][(x)&255])
#define sbox(i, x) ((unsigned char)SBOX[i][(x)&255])
www.eeworm.com/read/431110/1911649
txt description.txt
Basic pluto test:
"westnet-eastnet": 192.0.1.0/24===192.1.2.45[@west]...192.1.2.23[@east]===192.0.2.0/24
the policy has been adjusted to permit only AES256 for phase 1 and twofish128
for phase 2.
www.eeworm.com/read/431110/1912089
txt description.txt
Basic pluto test:
"westnet-eastnet": 192.0.1.0/24===192.1.2.45[@west]...192.1.2.23[@east]===192.0.2.0/24
the policy has been adjusted to permit only AES256 for phase 1 and twofish128
for phase 2.