tags:

views:

30

answers:

2

I know AES Encryption supports 128,192,256 bit encryptions. ANy idea how many bits is twofish encryption. Is it also similarly flexible in bit lengths. I searched net but couldnt get conclusive answer.

+3  A: 

How much searching did you do exactly? The wikipedia article has this information, which is the first result from google when you use the keyword "Twofish"

The keysizes for twofish are: 128, 192, 256 bit. The block size is 128 bit.

Cetra
Ok thanks let me see if that is what i want.
ckv
+2  A: 

From the Twofish web page:

Twofish has a 128-bit block size, a key size ranging from 128 to 256 bits, and is optimized for 32-bit CPUs.

So 128, 192, and 256 bit keys would all be valid for Twofish.

Nate