I'm pretty sure this has been asked and answered before, but I am failing to find a close enough match here, or elsewhere in my searching for comfort. Closest I found was this the thread at the forum here: /t/decrypt-partial-version-of-crypt/4683. Which I think answers the question, but I wanted to be super clear before I planned on the assumption.
If I download the rclone encrypted files from a remote (in this case an Amazon S3 bucket, storage class deep glacier), and then try to decrypt them, will it be possible?
I would assume I set up a crypt pointing at /path/to/downloaded-files with the same credentials as the crypt currently pointing at the S3 bucket, and that would do the job. Is that correct?
Apologies again if I'm double handling this kind of question.
Thanks for getting back to me. Apologies my question wasn't clear.
Say I have used rclone to encrypt my files and push them to the S3 bucket: rclone copy /myfiles/ amazon_crypt:bucket
I then download all (or even part of) my files directly from the S3 bucket, without using rclone. So they are now encrypted, but on the local machine in something like ~/Downloads/encrypted-s3-files/
I want to know if I can use rclone to decrypt them from the local machine. Is it possible, for example, to set up a new crypt with the same credentials as amazon_crypt, but point it at ~/Downloads/encrypted-s3-files/ to decrypt them? So e.g.: