1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-27 05:06:12 +02:00
gitea/routers/api
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>
2023-02-19 15:35:20 +08:00
..
actions Implement actions (#21937) 2023-01-31 09:45:19 +08:00
packages Notify on container image create (#22806) 2023-02-18 13:36:38 +08:00
v1 Provide the ability to set password hash algorithm parameters (#22942) 2023-02-19 15:35:20 +08:00