You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeripath 61b89747ed
Provide the ability to set password hash algorithm parameters (#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 #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 #14751

---------

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
1 year ago
..
setting Provide the ability to set password hash algorithm parameters (#22942) 1 year ago
avatar.go Add context cache as a request level cache (#22294) 1 year ago
code.go fix: code search title translation (#22285) 1 year ago
home.go Sort issues and pulls by recently updated in user and organization home (#22925) 1 year ago
home_test.go Add a simple test for external renderer (#20033) 1 year ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
notification.go Improve utils of slices (#22379) 1 year ago
package.go Fix improper HTMLURL usages in Go code (#22839) 1 year ago
profile.go Fix improper HTMLURL usages in Go code (#22839) 1 year ago
search.go Add context cache as a request level cache (#22294) 1 year ago
stop_watch.go Move `convert` package to services (#22264) 1 year ago
task.go Implement FSFE REUSE for golang files (#21840) 2 years ago