Y
Hacker News
new
|
ask
|
show
|
jobs
by
bouke
403 days ago
Reminds me of a time where someone stored the md5 hash of a password as a string by throwing away all non-ascii bytes; so roughly half the bytes.
1 comments
o11c
403 days ago
I've seen something similar, but it depended on whether plain `char` is signed or unsigned, which is highly platform-dependent.
link