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

Err... what's a plausible reason passwords would be restricted to 20 chars, other than being stored in plaintext in a char(20) field?
Making sure you can't DDoS by sending gigabyte passwords for the server to hash. Of course 20 is seriously … overprotective.
Pretty sure nothing's stopping me from sending a gig of data to their server anyway.
No, but hashing is much more intensive than just receiving it.