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

[frontend] Adding the use of Argon2id for password hashing #978

Merged
merged 14 commits into from
Feb 5, 2024

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    1f60e8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6f4a11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5f3ca5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36828b7 View commit details
    Browse the repository at this point in the history
  5. [frontend/user_manager] Fixing the authentication with argon2

    Argon2 has a method to check if a hash and a password correspond. You can't rehash the password and compare the two hashes because argon uses a random salt when not given.
    AlexandreDoneux committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    6b1fdef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    144909a View commit details
    Browse the repository at this point in the history
  7. [frontend/user_manager] Creating hash_password function to encapsulat…

    …e other hashing function
    
    This will allow to change easily the type of hashing algorithm used for passwords in database.
    AlexandreDoneux committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    4ea7a67 View commit details
    Browse the repository at this point in the history
  8. [frontend/user_manager] Checking password hash in auth_user with used…

    … algorithm instead of all of them
    AlexandreDoneux committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f4ae2c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e889b21 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c571543 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a225ace View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6db227b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8990512 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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