What hashes `hasher` remote supports?

I have been playing with hasher and it looks that only MD5,SHA1,SHA256 are supported.

Is it correct?

What about quickxor or dbhash used by onedrive and dropbox respectively?

It should be the same ones supported by rclone hashsum --download. You can see the list by running the command without args:

% rclone hashsum --download 
Supported hashes are:
  * md5
  * sha1
  * whirlpool
  * crc32
  * sha256
  * dropbox
  * hidrive
  * mailru
  * quickxor

Thank you. I think I found what I was doing wrong:) Problem was between keyboard and chair.

1 Like

:rofl:

We have all done it!

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.