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

full support for encrypted PuTTY v3 files #730

Merged
merged 6 commits into from
Oct 12, 2021

Commits on Oct 3, 2021

  1. Configuration menu
    Copy the full SHA
    c8c3b61 View commit details
    Browse the repository at this point in the history
  2. simplified the PuTTYKeyDerivation interface and provided an abstract …

    …PuTTYArgon2 class for an easy Argon2 integration
    jpstotz committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    7e13291 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    a491a92 View commit details
    Browse the repository at this point in the history
  2. missing license header added

    jpstotz committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    74bea4c View commit details
    Browse the repository at this point in the history
  3. license header again

    jpstotz committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    4bb62b1 View commit details
    Browse the repository at this point in the history
  4. unit tests extended to cover all Argon2 variants and non-standard Arg…

    …on2 parameters; verify the loaded keys
    jpstotz committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    26c22f4 View commit details
    Browse the repository at this point in the history