in reply to OT: Is MD5 ALWAYS 32 character long?
So, the fingerprint is always a 128-bit value, which translates to 32 characters if you are using a hex-presentation of that value (each hex character taking 4 bits).
So, if you want to store the MD5 as a string, Char(32) would be ok. Ideally, you would want to store it as the 128-bit value, which your database may or may not support.
Liz
|
|---|