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

Timing Leaks in authenticate() #120

Open
sarciszewski opened this issue Mar 11, 2015 · 1 comment
Open

Timing Leaks in authenticate() #120

sarciszewski opened this issue Mar 11, 2015 · 1 comment

Comments

@sarciszewski
Copy link

Example snippet

It appears that OAuth2 backends are using database lookups to validate access tokens. While relational databases are great for performant lookups, they're not so great for comparing cryptographic secrets without leaking timing information. To wit:

A Python function that addresses this has already been written in the EFF's OpenWireless project

@blag
Copy link

blag commented Nov 2, 2015

This project is dead. Please see #119 (comment) for more information.

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

2 participants