Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

2 Answers

up vote 4 down vote accepted

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.

share|improve this answer
Ok thanks let me see if that is what i want. – ckv May 10 '10 at 6:32

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.