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-12-15 19:11:26 +00:00
.github .github: Add issue templates (h/t @FiloSottile) 2019-12-15 19:11:26 +00:00
examples Migrate to new CLI design 2019-11-29 14:14:21 +00:00
fuzz Use cargo patch for rsa crate 2019-12-01 13:14:58 +00:00
src Migrate to rand 0.7 2019-12-14 15:23:49 +00:00
.gitignore Initial empty binary crate 2019-10-06 16:52:50 +11:00
Cargo.lock cargo update 2019-12-14 15:24:32 +00:00
Cargo.toml Migrate to rand 0.7 2019-12-14 15:23:49 +00: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 README: Mention mailing list 2019-11-29 14:36:26 +00: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.

rage is a Rust implementation of the age tool. It is pronounced like the Japanese らげ (with a hard g).

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.

To discuss the spec or other age related topics, please email the mailing list at age-dev@googlegroups.com. Subscribe at groups.google.com/d/forum/age-dev or by emailing age-dev+subscribe@googlegroups.com.

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.