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

Use Base64.strict_encode64 and SSHA256 #303

Merged
merged 4 commits into from
Aug 29, 2020
Merged

Commits on Apr 16, 2018

  1. Configuration menu
    Copy the full SHA
    1bc1256 View commit details
    Browse the repository at this point in the history
  2. adds a SSHA256 type and uses strict_encode64

    Base64.encode64 adds \n every 60 encoded chars. This was originally an encoding mechanism for sending binary
    content in e-mail, where the line length is limited. For passwords we dont want this.
    cf https://stackoverflow.com/questions/2620975/strange-n-in-base64-encoded-string-in-ruby
    bamthomas committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    a07710c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Configuration menu
    Copy the full SHA
    a8cd0f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Configuration menu
    Copy the full SHA
    2eeab2b View commit details
    Browse the repository at this point in the history