top | item 43933969

(no title)

bouke | 9 months 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.

discuss

order

o11c|9 months ago

I've seen something similar, but it depended on whether plain `char` is signed or unsigned, which is highly platform-dependent.