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

Document security properties #10

Closed
tkaitchuck opened this issue Jul 5, 2019 · 2 comments
Closed

Document security properties #10

tkaitchuck opened this issue Jul 5, 2019 · 2 comments
Assignees

Comments

@tkaitchuck
Copy link
Owner

tkaitchuck commented Jul 5, 2019

There is a widespread belief that a cryptographicly secure hash is needed. See: https://github.com/rurban/smhasher/blob/master/README.md#security

Beyond what is already documented in https://github.com/tkaitchuck/aHash/wiki/Attacking-aHash-or-why-it's-good-enough-for-a-hashmap
There should a wiki page should be created to explain:

  • How DoS attacks on hashes actually work and why even 'strong' hashes are susceptible.
  • What properties are actually needed.
  • How aHash satisfies these.
@tkaitchuck
Copy link
Owner Author

Should explain why standing up to impossible differential crypto analysis is not actually required.

It would also be good to walk through differential crypto analysis to show why input cancelation does not work on aHash.

@tkaitchuck
Copy link
Owner Author

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

No branches or pull requests

1 participant