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
Jack Grigg e873f47c56
Use OsRng consistently from rand
rand_os disappears part-way through the rand 0.7 series, so may as well
move away from it now.
2019-11-17 21:33:08 +00:00
.github/workflows Set up code coverage 2019-11-10 20:34:39 +00:00
examples Help text and manpage consistency tweaks 2019-10-30 08:17:57 +00:00
fuzz Remove mount from default features 2019-10-31 08:12:23 +00:00
src Use OsRng consistently from rand 2019-11-17 21:33:08 +00:00
.gitignore Initial empty binary crate 2019-10-06 16:52:50 +11:00
Cargo.lock Use OsRng consistently from rand 2019-11-17 21:33:08 +00:00
Cargo.toml Use OsRng consistently from rand 2019-11-17 21:33:08 +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 Update README with pronunciation 2019-10-25 11:14:28 +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.

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.

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.