mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
b88dec51e5
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. |
||
---|---|---|
.. | ||
dlna | ||
ftp | ||
http | ||
httplib | ||
proxy | ||
restic | ||
servetest | ||
sftp | ||
webdav | ||
serve.go |