.github | ||
examples | ||
fuzz | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
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.
- The reference implementation is https://github.com/FiloSottile/age.
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
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.