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-08 21:59:02 +13:00
src Initial empty binary crate 2019-10-06 16:52:50 +11:00
.gitignore Initial empty binary crate 2019-10-06 16:52:50 +11:00
Cargo.lock Initial empty binary crate 2019-10-06 16:52:50 +11:00
Cargo.toml Add README and license info 2019-10-08 21:59:02 +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 README and license info 2019-10-08 21:59:02 +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. The spec is at https://age-tool.com.

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.