Skip to content

Commit 771c992

Browse files
Update README.md
1 parent b039161 commit 771c992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Fast Approximate Membership Filters.
1+
# Fast Approximate Membership Filters
22

33
The following filter types are currently implemented:
44

@@ -14,7 +14,7 @@ The following filter types are currently implemented:
1414
* Xor filter: 8 and 16 bit variants; needs less space than cuckoo filters, with faster lookup
1515
* Xor+ filter: 8 and 16 bit variants; compressed xor filter
1616

17-
# Password Look Tool
17+
# Password Lookup Tool
1818

1919
Included is a tool to build a filter from a list of known password (hashes), and a tool to do lookups. That way, the password list can be queried locally, without requiring a large file. The filter is only 650 MB, instead of the original file which is 11 GB. At the cost of some false positives (unknown passwords reported as known, with about 1% probability).
2020

0 commit comments

Comments
 (0)