Decrypting rclone encrypted Files

There is a javascript port of the encryption code: GitHub - FWeinb/rclone-js: Encrypt/Decrypt files in your browser

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