I need to create a database column which will store a string encrypted using Triple DES. How do I determine the length of the encrypted string column?
(Answers for algor
Triple DES uses three 56-bit DES keys, giving 168 bit keys. It's block size is 64-bit.