Decrypting rclone encrypted Files

There is a javascript port of the encryption code: https://github.com/FWeinb/rclone-js

You could run rclone cat crypt:path/to/crypted/file as a subprocess and rclone will stream the decrypted file to standard output. Might be easier?

2 Likes