rclone/cmd/serve/proxy
Nick Craig-Wood b88dec51e5 proxy: replace use of bcrypt with sha256
Unfortunately bcrypt only hashes the first 72 bytes of a given input
which meant that using it on ssh keys which are longer than 72 bytes
was incorrect.

This swaps over to using sha256 which should be adequate for the
purpose of protecting in memory passwords where the unencrypted
password is likely in memory too.
2020-01-15 16:23:57 +00:00
..
proxyflags serve: add auth proxy infrastructure 2019-08-06 11:43:42 +01:00
proxy_code.go serve: add auth proxy infrastructure 2019-08-06 11:43:42 +01:00
proxy_test.go proxy: replace use of bcrypt with sha256 2020-01-15 16:23:57 +00:00
proxy.go proxy: replace use of bcrypt with sha256 2020-01-15 16:23:57 +00:00