Y
Hacker News
new
|
ask
|
show
|
jobs
by
impostervt
4152 days ago
+ password can't be longer than 20 chars :\ Signing up gets you "limited access". Full access is $19/month.
1 comments
kgrin
4152 days ago
Err... what's a plausible reason passwords would be restricted to 20 chars, other than being stored in plaintext in a char(20) field?
link
0942v8653
4152 days ago
Making sure you can't DDoS by sending gigabyte passwords for the server to hash. Of course 20 is seriously … overprotective.
link
mgkimsal
4152 days ago
Pretty sure nothing's stopping me from sending a gig of data to their server anyway.
link
0942v8653
4152 days ago
No, but hashing is much more intensive than just receiving it.
link