A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability. https://age-encryption.org/v1
Find a file
2019-10-23 08:10:27 +13:00
.github/workflows CI workflow 2019-10-09 09:46:11 +13:00
examples Binary for generating a man page 2019-10-15 15:52:27 +13:00
src Check for required rage-mount arguments 2019-10-21 23:19:03 +13:00
.gitignore Initial empty binary crate 2019-10-06 16:52:50 +11:00
Cargo.lock cargo update 2019-10-23 08:10:27 +13:00
Cargo.toml Place CLI dependencies behind default feature flags 2019-10-23 07:59:52 +13:00
LICENSE-APACHE Add README and license info 2019-10-08 21:59:02 +13:00
LICENSE-MIT Add README and license info 2019-10-08 21:59:02 +13:00
README.md Add link to reference implementation 2019-10-09 09:48:13 +13:00

rage: Rust implementation of age

age is meant to be a simple, secure and modern encryption tool with small explicit keys, no config options, and UNIX-style composability.

This implementation is in progress, and things will keep moving around in the near future, so it's not yet a good time to contribute, and it's definitely not a good time to rely on it.

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.