Hacker News new | ask | show | jobs
by nl 4394 days ago
Like dasmoth says, use a Bloom filter.

Or run the length and character checks in Javascript, then hash the password and send the hashed version for dictionary lookup.