]> source.dussan.org Git - gitea.git/commit
Add additional password hash algorithms (closes #5859) (#6023)
authorEpicCoder <EpicCoder@users.noreply.github.com>
Sun, 7 Jul 2019 06:01:01 +0000 (08:01 +0200)
committertechknowlogick <techknowlogick@gitea.io>
Sun, 7 Jul 2019 06:01:01 +0000 (02:01 -0400)
commit8d9d6aa903baf3662fa31bceb489291564a873d1
tree7a952e1c0fce29af1de19df54fa570e24ff09fcc
parent1b85b248e42a9d45d4dc278d399ddab3edcedfdb
Add additional password hash algorithms (closes #5859) (#6023)
23 files changed:
custom/conf/app.ini.sample
docs/content/doc/advanced/config-cheat-sheet.en-us.md
models/login_source.go
models/user.go
models/user_test.go
modules/setting/setting.go
vendor/golang.org/x/crypto/argon2/argon2.go [new file with mode: 0644]
vendor/golang.org/x/crypto/argon2/blake2b.go [new file with mode: 0644]
vendor/golang.org/x/crypto/argon2/blamka_amd64.go [new file with mode: 0644]
vendor/golang.org/x/crypto/argon2/blamka_amd64.s [new file with mode: 0644]
vendor/golang.org/x/crypto/argon2/blamka_generic.go [new file with mode: 0644]
vendor/golang.org/x/crypto/argon2/blamka_ref.go [new file with mode: 0644]
vendor/golang.org/x/crypto/blake2b/blake2b.go [new file with mode: 0644]
vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.go [new file with mode: 0644]
vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.s [new file with mode: 0644]
vendor/golang.org/x/crypto/blake2b/blake2b_amd64.go [new file with mode: 0644]
vendor/golang.org/x/crypto/blake2b/blake2b_amd64.s [new file with mode: 0644]
vendor/golang.org/x/crypto/blake2b/blake2b_generic.go [new file with mode: 0644]
vendor/golang.org/x/crypto/blake2b/blake2b_ref.go [new file with mode: 0644]
vendor/golang.org/x/crypto/blake2b/blake2x.go [new file with mode: 0644]
vendor/golang.org/x/crypto/blake2b/register.go [new file with mode: 0644]
vendor/golang.org/x/crypto/scrypt/scrypt.go [new file with mode: 0644]
vendor/modules.txt