Hacker News new | ask | show | jobs
by natch 3231 days ago
"found password in bloom filter:..." is sort of a misleading message. Bloom filters don't tell you that something is present. They can tell you either that something is not present, or that it is likely to be present.
1 comments

Good point! I'm planning to write a blog post about this and I'll be clearer on this.