Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate effect of not including start/end bigrams #54

Open
hardbyte opened this issue Jan 9, 2018 · 1 comment
Open

Investigate effect of not including start/end bigrams #54

hardbyte opened this issue Jan 9, 2018 · 1 comment

Comments

@hardbyte
Copy link
Collaborator

hardbyte commented Jan 9, 2018

When creating the bi-grams, the first and last bi-gram are padded with a whitespace.

This is a weakness, because it allows an attacker to more easily to find the beginning and the end of a word. Intuitively it helps with matching so we should investigate if dropping the padding decreases matching accuracy.

Aha! Link: https://csiro.aha.io/features/ANONLINK-72

@hardbyte
Copy link
Collaborator Author

hardbyte commented Jan 9, 2018

From Cryptanalysis of Basic Bloom Filters paper:

screenshot from 2018-01-09 14-07-43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant