Go to file
oupson 95f6309d37
Inline a few functions
2022-10-16 13:26:27 +02:00
rustcryptfs Avoid allocation in decrypt_block 2022-10-16 13:26:12 +02:00
rustcryptfs-fuse Inline a few functions 2022-10-16 13:26:27 +02:00
rustcryptfs-lib Inline a few functions 2022-10-16 13:26:27 +02:00
rustcryptfs-mount Add informations in manifests 2022-10-10 15:12:40 +02:00
test-data Add test for content enc 2022-10-10 14:45:27 +02:00
.gitignore Fix compilation on other target than linux 2022-10-10 11:03:31 +02:00
Cargo.lock Add informations in manifests 2022-10-10 15:12:40 +02:00
Cargo.toml Make mount no-op on unsupported targets 2022-10-10 11:16:18 +02:00
LICENSE-APACHE Add licenses 2022-10-09 15:50:21 +02:00
LICENSE-MIT Add licenses 2022-10-09 15:50:21 +02:00
README.md Make mount no-op on unsupported targets 2022-10-10 11:16:18 +02:00

README.md

RustCryptFS

An implementation of gocryptfs in Rust.

Supported plaforms and features

  • Linux (via FUSE)
    • read
    • write
  • Windows
    • read
    • write

Features

  • mount
    Allow to mount a virtual filesystem on linux or windows (unimplemented). This feature is no-op on other targets.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.