What is your rclone version (output from rclone version
)
v1.57.0
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The rclone config contents with secrets removed.
[gdrive]
type = drive
client_id = [redacted]
client_secret = [redacted]
scope = drive
token = [redacted]
team_drive =
[Crypt_Disk]
type = crypt
remote = gdrive:/crypt
password = [redacted]
password2 = [redacted]
When setting up my crypt remote, I choose:
/ Encrypt the filenames.
1 | See the docs for the details.
\ "standard"
1 / Encrypt directory names.
\ "true"
Next, I set a password as well as a salt password.
It is my understanding that my config file should contain the following values:
filename_encryption = standard
directory_name_encryption = true
However, my config file does not contain the above values. Should it? I'm worried that my crypt is not encrypted.
asdffdsa
(jojothehumanmonkey)
December 26, 2021, 3:11pm
2
hi,
filename_encryption = standard
directory_name_encryption = true
the reason that those two lines are not in the config file, is that they are default values.
rclone does not add default values for flags into the config file.
the easiest way to tell is to look at the dir/file names.
rclone ls gdrive:crypt
and the output should look like
rclone ls gdrive:crypt
829933264 rcm8669o5jvmb5sq8ilp9jp5h8/hssej5g7umlu6a9kl0ipke24rqmj3q3co7t6tr68117b6s3a94d3bfkj4934gbg1f05gcrgn4fmdc
422974 9uqtrpk14sii04vbks27f7o36s/b1apuektvvgqmnulfl42elamls/vplun6pmri0mr96fadebs0mm0s/ebue23o4ems817a5kdmjh5ureg/m0pdaehcgmunnq7u8vve2nbt58
432702 b80r50cs5t76u722q7a77vdk98/b1apuektvvgqmnulfl42elamls/vplun6pmri0mr96fadebs0mm0s/ebue23o4ems817a5kdmjh5ureg/m0pdaehcgmunnq7u8vve2nbt58
573824 9uqtrpk14sii04vbks27f7o36s/56ult7lcah70n6ipdiml8sjgm0/vplun6pmri0mr96fadebs0mm0s/ebue23o4ems817a5kdmjh5ureg/40sjj4ese2gtsob7u6orjp83i0o2n54d9dftle5ig3a5imv48p4g
91920 9uqtrpk14sii04vbks27f7o36s/56ult7lcah70n6ipdiml8sjgm0/vplun6pmri0mr96fadebs0mm0s/ebue23o4ems817a5kdmjh5ureg/76jg1boo8fasgaef44lbrh89rk
10416 9uqtrpk14sii04vbks27f7o36s/56ult7lcah70n6ipdiml8sjgm0/vplun6pmri0mr96fadebs0mm0s/ebue23o4ems817a5kdmjh5ureg/9jef2nupjbcsrc7rverrqgkt0nevc5s0rued5n8jc3is7ub2j3c0
3138528 9uqtrpk14sii04vbks27f7o36s/56ult7lcah70n6ipdiml8sjgm0/vplun6pmri0mr96fadebs0mm0s/ebue23o4ems817a5kdmjh5ureg/9qtg414apfv83d3rbsfdchnrfs
433552 9uqtrpk14sii04vbks27f7o36s/56ult7lcah70n6ipdiml8sjgm0/vplun6pmri0mr96fadebs0mm0s/ebue23o4ems817a5kdmjh5ureg/d59q6udv6ipc2if52ka7eg05gjv85ft0jb0051eo1415gucgqerg
760310 9uqtrpk14sii04vbks27f7o36s/56ult7lcah70n6ipdiml8sjgm0/vplun6pmri0mr96fadebs0mm0s/ebue23o4ems817a5kdmjh5ureg/dj74eoupcm5tij6vt6g2njhpuk
745392 9uqtrpk14sii04vbks27f7o36s/56ult7lcah70n6ipdiml8sjgm0/vplun6pmri0mr96fadebs0mm0s/ebue23o4ems817a5kdmjh5ureg/eqo5vek4dqhr9is90l944vglrj031nvjpmdm80dn5l3297updm0g
1307488 9uqtrpk14sii04vbks27f7o36s/56ult7lcah70n6ipdiml8sjgm0/vplun6pmri0mr96fadebs0mm0s/ebue23o4ems817a5kdmjh5ureg/i795oldeqj3g0330rrit3n64l65i4g4f9rj96helc3cdasu9hpqg
VBB
December 26, 2021, 7:55pm
4
Not sure why you didn't just continue your original thread for this, but it sounds like you changed it successfully from obfuscated to encrypted. My config file was created back in 2017, so it's entirely possible that those two lines simply don't show in newer ones.
system
(system)
Closed
January 25, 2022, 7:55pm
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.