-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Provide the ability to set password hash algorithm parameters (#22942) #22943
Merged
Commits on Feb 16, 2023
-
Provide the ability to set password hash algorithm parameters (go-git…
…ea#22942) Backport go-gitea#22942 This PR refactors and improves the password hashing code within gitea and makes it possible for server administrators to set the password hashing parameters In addition it takes the opportunity to adjust the settings for `pbkdf2` in order to make the hashing a little stronger. The majority of this work was inspired by PR go-gitea#14751 and I would like to thank @boppy for their work on this. Thanks to @Gusted for the suggestion to adjust the `pbkdf2` hashing parameters. Close go-gitea#14751 Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 96e5698 - Browse repository at this point
Copy the full SHA 96e5698View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09fef1d - Browse repository at this point
Copy the full SHA 09fef1dView commit details -
Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 651571f - Browse repository at this point
Copy the full SHA 651571fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd46b78 - Browse repository at this point
Copy the full SHA cd46b78View commit details -
stop-using-argon2 in test hashes
Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for e634ee8 - Browse repository at this point
Copy the full SHA e634ee8View commit details
Commits on Feb 18, 2023
-
Try a slightly weaker version of the pbkdf2 algorithm
Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for f9f6677 - Browse repository at this point
Copy the full SHA f9f6677View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b23ebd - Browse repository at this point
Copy the full SHA 1b23ebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f5e962 - Browse repository at this point
Copy the full SHA 0f5e962View commit details
Commits on Feb 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4a0ff66 - Browse repository at this point
Copy the full SHA 4a0ff66View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.