rclone/cmd/serve
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
..
dlna Fix error counter - fixes #3650 2019-11-18 14:13:02 +00:00
ftp serve sftp: Add support for public key with auth proxy - fixes #3572 2020-01-15 16:23:57 +00:00
http serve http/webdav/restic/rc: rename --prefix flag to --baseurl #3398 2019-08-24 09:10:50 +01:00
httplib Fix error counter - fixes #3650 2019-11-18 14:13:02 +00:00
proxy proxy: replace use of bcrypt with sha256 2020-01-15 16:23:57 +00:00
restic Fix error counter - fixes #3650 2019-11-18 14:13:02 +00:00
servetest fstest: remove -subdir flag as it no longer tests anything useful #3421 2019-08-17 09:54:19 +01:00
sftp serve sftp: Add support for public key with auth proxy - fixes #3572 2020-01-15 16:23:57 +00:00
webdav serve sftp: Add support for public key with auth proxy - fixes #3572 2020-01-15 16:23:57 +00:00
serve.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00