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

add option to do full comparison to prevent time based guessing of the private key #12

Closed
jasongoodwin opened this issue Mar 23, 2015 · 2 comments · Fixed by #36
Closed

Comments

@jasongoodwin
Copy link
Owner

Tim McClean flagged that users may be able to guess how correct their guesses are by measuring time of response.
Seems this might be difficult to actually exploit but we can add some non-blocking delays or otherwise do a full comparison.

@anfedorov
Copy link
Contributor

anfedorov commented Nov 2, 2017

Why do you think this is difficult to exploit? afaik, this is exploit level "undergrad security 101 homework" — you time the responses and after enough of a distribution emerges you go to the next byte.

@anfedorov
Copy link
Contributor

More info here and here. PR inc.

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

Successfully merging a pull request may close this issue.

2 participants