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

Argon2 implementation #47

Closed
wants to merge 28 commits into from
Closed

Argon2 implementation #47

wants to merge 28 commits into from

Commits on Oct 2, 2023

  1. argon2: Initial commit

    Jujumba committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    1e4ccd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. readme: fix readme

    Jujumba committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    837e14e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    ca27439 View commit details
    Browse the repository at this point in the history
  2. argon2: add switch

    Jujumba committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7152730 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. argon2: impl process_argon2

    Jujumba committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    0c04e35 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. argon2: fix serialization

    Jujumba committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5e9059f View commit details
    Browse the repository at this point in the history
  2. argon2: Add rfc link

    Jujumba committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b4e9157 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3effbce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a83ee9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f197374 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. argon2: fixes

    Jujumba committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    3ac3dff View commit details
    Browse the repository at this point in the history
  2. info: Add Argon2 and Bcrypt

    Jujumba committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e84a4e9 View commit details
    Browse the repository at this point in the history
  3. Cargo: fix base64 version

    Jujumba committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    69a62e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

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

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    da93b07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcf518f View commit details
    Browse the repository at this point in the history
  3. argon2: add salt input

    Jujumba committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    44b6f1f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    e29d309 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cf783a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e881b2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37f1cee View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. argon2: fix hash computation

    Jujumba committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    eec95a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b537f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. argon2: fix error types

    Jujumba committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9a011bf View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. argon2: fix

    Jujumba committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    4ed099f View commit details
    Browse the repository at this point in the history
  2. argon2: add hash verification

    Jujumba committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    7e806ba View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    f69a926 View commit details
    Browse the repository at this point in the history
  2. argon2: run formatter

    Jujumba committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2c88007 View commit details
    Browse the repository at this point in the history