sftpgo/config
Nicola Murino 46998252e5
use bcrypt as default password hashing algo
argon2id has a high memory cost and, if not properly tuned, it can lead to
resource starvation.

Advanced users can still configure and use argon2id.
Passwords stored as argon2id will continue to work
2021-04-25 09:38:33 +02:00
..
config.go use bcrypt as default password hashing algo 2021-04-25 09:38:33 +02:00
config_linux.go add version info 2019-08-08 10:01:33 +02:00
config_nolinux.go add version info 2019-08-08 10:01:33 +02:00
config_test.go add rate limiting support for REST API/web admin too 2021-04-19 08:14:04 +02:00