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

[VO-780] fix: Enforce stronger encryption for new password hashing #719

Merged
merged 1 commit into from
Nov 7, 2024

Commits on Nov 7, 2024

  1. fix: Enforce stronger encryption for new password hashing

    Previously, we attempted to hash the new password using the same encryption parameters as the initial password. In cases where the initial password was hashed with low kdf iterations, this led to server rejections. Thus commit fore a higher kdf iterations for new passwords to ensure compatibility with server requirements
    cballevre committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3f2a36e View commit details
    Browse the repository at this point in the history