ccViewer icon indicating copy to clipboard operation
ccViewer copied to clipboard

rclone.conf import not working without password2

Open evanshrestha opened this issue 5 years ago • 1 comments

I have an rclone.conf similar to this:

[secret]
type = crypt
remote = someremotedrive:
filename_encryption = standard
directory_name_encryption = true
password = asdfasdfasdfasdfasdf

However, when trying to import, the alert only shows a cancel button. I'm able to get it to work by adding a blank password2, like this:

[secret]
type = crypt
remote = someremotedrive:
filename_encryption = standard
directory_name_encryption = true
password = asdfasdfasdfasdfasdf
password2 =

evanshrestha avatar Oct 18 '20 01:10 evanshrestha

I think fix it at v1.4.0(43) but still not working on master?

lithium0003 avatar Oct 18 '20 03:10 lithium0003