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

simplify totp verification code #129

Closed
wants to merge 2 commits into from
Closed

simplify totp verification code #129

wants to merge 2 commits into from

Conversation

ssinghi
Copy link
Contributor

@ssinghi ssinghi commented Aug 17, 2023

Do not create unnecessary arrays.

Code refactor.

@mdp
Copy link
Owner

mdp commented Aug 29, 2023

This fails currently, but I'm open to the cleanup. The main issue is the use of a non time constant algorithm to check the OTP. Although a timing attack is probably completely infeasible in this case, it's worth making sure all our checks are time constant.

@ssinghi
Copy link
Contributor Author

ssinghi commented Dec 1, 2024

I have updated the code to be time constant as well as fixed the totp related failing test. But can't figure out why the truffleruby-head test are failing, seems unrelated to my changes.

@BertramScharpf
Copy link

I had almost the same idea. But instead of waiting two years for a merge, I opened my own project. In case you're interested, it's called BertramScharpf/ruby-popt.

@mdp
Copy link
Owner

mdp commented Jan 6, 2025

Sorry, this looks like an rspec issue. I fixed it on 'main' but I'm going to close this in favor of the refactor in #140. Thanks for the PR though.

@mdp mdp closed this Jan 6, 2025
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 this pull request may close these issues.

3 participants