A lightweight Rust implementation of the Rclone Crypt file encryption.
VERY EXPERIMENTAL! This currently only supports decryption.
Unsupported:
File name obfuscation
Null salts
File chunk encryption
There is currently not nice interface with Read + Seek (TODO) and the code is a mess.