Skip to content

Commit 64f7e87

Browse files
committed
Clarify data format
1 parent 6b0c3c0 commit 64f7e87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ When using Maven:
4747
* Rust: [1](https://github.com/bnclabs/xorfilter), [2](https://github.com/codri/xorfilter-rs), [3](https://github.com/Polochon-street/rustxorfilter)
4848
* [C#](https://github.com/jonmat/FastIndex)
4949

50+
Note that the data format in other implementations may not match the data format in Java.
51+
5052
## Password Lookup Tool
5153

5254
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).

0 commit comments

Comments
 (0)