Hi All,
For those of us working with encryption...
Does the MD5 encryption algorithm return a string of the same length regardless of how long the string-to-be-encrypted is? I need to know this because I'm going to store an encrypted string in a database and I would like to use the most appropriate data type (string type, that is). So far, I have encrypted strings of various lengths, (some, of a couple hundred characters) and the string retured by MD5 is always 32 characters long. Will this always be the case even when I encrypt a string that spans 3 pages, let's say?
Thanks!
JC
_________________________________________________
To get the best response to a question, read faq222-2244.
For those of us working with encryption...
Does the MD5 encryption algorithm return a string of the same length regardless of how long the string-to-be-encrypted is? I need to know this because I'm going to store an encrypted string in a database and I would like to use the most appropriate data type (string type, that is). So far, I have encrypted strings of various lengths, (some, of a couple hundred characters) and the string retured by MD5 is always 32 characters long. Will this always be the case even when I encrypt a string that spans 3 pages, let's say?
Thanks!
JC
_________________________________________________
To get the best response to a question, read faq222-2244.