Crypt backwards compatibility

Hi

So I’ve two machines running two different versions of rclone (v1.36 and v1.41)

I’ve attempted to create a crypt drive using same password + salt on both, but on the v1.41 it gives me more options

V1.41 config…

[data]
type = crypt
remote = gdrive:crypt
filename_encryption = standard
directory_name_encryption = true
password = *** ENCRYPTED ***
password2 = *** ENCRYPTED ***

V1.36 config

[data]
type = crypt
remote = gdrive:crypt
filename_encryption = standard
password = *** ENCRYPTED ***
password2 = *** ENCRYPTED ***

If I copy some files from V1.36 machine to the data drive (rclone copy somefilename data:/) it goes fine and I can see it fine on V1.41 in its encrypted obfusciated form (rclone ls gdrive:/) but if i do a rclone ls data:/ i just get nothing back.

Should the encryption be backwards compatible? I’ve a version mismatch because my NAS machine is running older distro than my workstation machine. I could upgrade to match, but not sure if i need to, or if i’m doing something daft?

Thanks in advance

Matt

Ignore this, I was doing something stupid (wrong password!) sorry!