Column: pwdhash
Type: char
Many web pages give me the bit size, not a character size. Should I use a binary field instead?
|
feedback
|
|
64 bytes when stored in BLOB. 128 characters when stored as hex. ~88 characters when stored as Base64. | ||||
|
feedback
|
|
For readability reasons, these are sometimes stored as hexadecimal digits (two digits per byte). So 512 bits requires 64 bytes, which would need a | |||
|
feedback
|