Hot answers tagged twofish
4
Well, to figure out this sort of thing, it's easier if we work backwards.
So, we start at the back (the fact that we can store up to 512 characters in a database field), and consider how much binary data we can store. Well, base-4 takes 3 bytes of binary data, and encodes it in 4 bytes of base-64. Thus, we can store 3*(512/4) = 384 bytes of binary ...
3
During the final round of the AES contest, NIST issued a summary of the 5 finalists on the topics of security, speed, implementation, and such. That sounds like what you're looking for, see sections 3 and 5 of the paper.
General ideas from the paper:
Rijndael had a potentially lower security margin than Twofish and Serpent.
Rijndael had better performance ...
Only top voted, non community-wiki answers of a minimum length are eligible