rencfs
https://github.com/radumarias/rencfs
Rust
An encrypted file system written in Rust that is mounted with FUSE on Linux. It can be used to create encrypted directories
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported1 Subscribers
Add a CodeTriage badge to rencfs
Help out
- Issues
- `FUSE` (or similar) support on `Windows`
- FUSE support for macOS
- Ability to change ciphers (with re-encrypting all data)
- `FUSE` implementations on various OS's
- Multiple writes at the same time
- Check why empty write in `fuse3_hello` is `3.2 GB` but in our impl is `1.8 GB`
- Check if when deleting files they remain in `inodes` and `content` directories
- Check how to perform deleting non-empty directories
- Ability to provide external master encryption key
- See why `rm *` shows less files, but deletes all
- Docs
- Rust not yet supported