Hacker News new | ask | show | jobs
by s_kilk 4152 days ago
> Your daily usage limit has been reached. > Signup now to continue searching - or try again tomorrow!

Wat. I just clicked the link from HN. You may want to take a look at this :)

1 comments

+ password can't be longer than 20 chars :\ Signing up gets you "limited access". Full access is $19/month.
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.