Does anyone have any suggestions on what column type to use to store an md5 encrypted password for a user table and why?
varchar will be sufficient.
md5 will always result in printable ascii characters, which makes varchar perfect.
Thanks JustJeff,
cute pug btw.