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

Don't reveal string length to attacker. #28

Merged
merged 7 commits into from
May 27, 2016
Merged

Don't reveal string length to attacker. #28

merged 7 commits into from
May 27, 2016

Commits on May 22, 2016

  1. Don't reveal string length to attacker.

    Eeo Jun committed May 22, 2016
    Configuration menu
    Copy the full SHA
    2f79700 View commit details
    Browse the repository at this point in the history
  2. Remove "short circuit" section

    Eeo Jun committed May 22, 2016
    Configuration menu
    Copy the full SHA
    7ccb519 View commit details
    Browse the repository at this point in the history
  3. Use None instead of \0 character as sentinel

    Eeo Jun committed May 22, 2016
    Configuration menu
    Copy the full SHA
    fa4a70f View commit details
    Browse the repository at this point in the history
  4. Fixed fall through

    Eeo Jun committed May 22, 2016
    Configuration menu
    Copy the full SHA
    5abb503 View commit details
    Browse the repository at this point in the history
  5. Don't import hmac on each function call

    Eeo Jun committed May 22, 2016
    Configuration menu
    Copy the full SHA
    a9c3de2 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. Fixed bug on longer strings

    Eeo Jun committed May 23, 2016
    Configuration menu
    Copy the full SHA
    db32982 View commit details
    Browse the repository at this point in the history
  2. Test fallback method

    Eeo Jun committed May 23, 2016
    Configuration menu
    Copy the full SHA
    4346321 View commit details
    Browse the repository at this point in the history