| Crates.io | rclone-crypt |
| lib.rs | rclone-crypt |
| version | 0.1.5 |
| created_at | 2020-04-13 01:02:15.382252+00 |
| updated_at | 2021-11-08 22:12:06.906118+00 |
| description | A Rust binding for rclone-crypt to allow for file operations on encrypted files |
| homepage | |
| repository | https://github.com/Hidendra/rclone-crypt-rs |
| max_upload_size | |
| id | 229514 |
| size | 21,918 |
A lightweight Rust implementation of the Rclone Crypt file encryption.
VERY EXPERIMENTAL!.
Supported:
File name decryption
File name encryption
File data block decryption (currently no streaming interface)
File data block encryption (currently no streaming interface)
Unsupported:
File name obfuscation
Null salts
File chunk encryption
There is currently no nice interface with Read + Seek.