|
|
|
|
|
by CJefferson
497 days ago
|
|
On the other hand, why not have implementations assert if they are given a string longer than 72 chars? It feels to me like no-one would ever do that on purpose, so it's a massive issue which is easy to accidentally make with a really important function. |
|
Silently truncating the data is about the worst way to deal with it from a security standpoint. No idea why that decision was made back in the day.