rage/age
Jack Grigg 103ea61c43 Decryptor::{new_async, decrypt_async}
MSRV is bumped to 1.39.0 for async/await syntax.
2020-05-17 11:53:24 +12:00
..
assets Move age crate into a workspace subdirectory 2020-01-26 00:41:06 +00:00
benches Update benchmark code for Encryptor API change 2020-04-25 21:47:54 +12:00
src Decryptor::{new_async, decrypt_async} 2020-05-17 11:53:24 +12:00
Cargo.toml impl AsyncRead for ArmoredReader 2020-05-17 11:48:24 +12:00
CHANGELOG.md v0.4.0 2020-03-25 11:55:40 +13:00
README.md v0.4.0 2020-03-25 11:55:40 +13:00

age Rust library

age is a simple, secure and modern encryption tool with small explicit keys, no config options, and UNIX-style composability. The format specification is at age-encryption.org/v1.

To discuss the spec or other age related topics, please email the mailing list at age-dev@googlegroups.com. age was designed by @Benjojo12 and @FiloSottile.

The reference interoperable Golang implementation is available at filippo.io/age.

Usage

Add this line to your Cargo.toml:

age = "0.4"

See the documentation for examples.

Feature flags

  • cli-common enables common helper functions for building age CLI tools.

  • unstable enables in-development functionality. Anything behind this feature flag has no stability or interoperability guarantees.

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.