decrypting cloud sync file

zookeeper21

Dabbler
Joined
Jan 25, 2021
Messages
33
I like to know if there is a way to decrypt filed uploaded to cloud provider without using truenas.
Here is whole scenario:

I encrypted my photos in TrueNAS before uploading to onedrive and now I am want to decrypt those files without pulling back in truenas (I was able to pull back on dataset and it works). I want to manually download that file and decrypt using some command in linux and just reveal content of that file. Is it possible and how?

I hope someone really know this.
 

Kris Moore

SVP of Engineering
Administrator
Moderator
iXsystems
Joined
Nov 12, 2015
Messages
1,471
Yes, we use "rclone" as the backend tool for pushing up to the cloud providers. You should be able to deploy that elsewhere and use the built-in encryption options and your cloud end-points to pull any data back.

 

zookeeper21

Dabbler
Joined
Jan 25, 2021
Messages
33
Yes, we use "rclone" as the backend tool for pushing up to the cloud providers. You should be able to deploy that elsewhere and use the built-in encryption options and your cloud end-points to pull any data back.

I mean to say just download using https like any other file and use rclone command on that encrypted file to decrypt file which is local on your pc now.

I tried following command which I found somewhere on rclone forum but seems didn't work:

Code:
rclone mount local-crypt:/home/USER/Downloads/0ckhmjs1qmlhaidcf0m95h56ks804hh8u8e5f04eb7fnavq58rrueg5el18905fmidjd9t15k4svg /home/USER/Downloads/

2022/01/19 15:14:11 Failed to create file system for "local-crypt:/home/USER/Downloads/0ckhmjs1qmlhaidcf0m95h56ks804hh8u8e5f04eb7fnavq58rrueg5el18905fmidjd9t15k4svg": didn't find section in config file
 

ggoldfingerd

Explorer
Joined
Dec 28, 2014
Messages
51
I mean to say just download using https like any other file and use rclone command on that encrypted file to decrypt file which is local on your pc now.

I tried following command which I found somewhere on rclone forum but seems didn't work:

Code:
rclone mount local-crypt:/home/USER/Downloads/0ckhmjs1qmlhaidcf0m95h56ks804hh8u8e5f04eb7fnavq58rrueg5el18905fmidjd9t15k4svg /home/USER/Downloads/

2022/01/19 15:14:11 Failed to create file system for "local-crypt:/home/USER/Downloads/0ckhmjs1qmlhaidcf0m95h56ks804hh8u8e5f04eb7fnavq58rrueg5el18905fmidjd9t15k4svg": didn't find section in config file

Did you every figure this out?
 
Top