Merge pull request #2017 from kounoike/pr-secure-password
use PBKDF2 for password
commit 382250c2439704f7c69ea942e55d60ca55ca090d
2 parents fbe60a5 + 99f1eaf
@Naoki Takezoe Naoki Takezoe authored on 24 May 2018
GitHub committed on 24 May 2018
Showing 6 changed files
View
src/main/resources/update/gitbucket-core_4.25.xml 0 → 100644
View
src/main/scala/gitbucket/core/GitBucketCoreModule.scala
View
src/main/scala/gitbucket/core/controller/AccountController.scala
View
src/main/scala/gitbucket/core/controller/SystemSettingsController.scala
View
src/main/scala/gitbucket/core/service/AccountService.scala
View
src/main/scala/gitbucket/core/util/StringUtil.scala