age

Simple, secure encryption with UNIX-style composability.
git clone git://git.sgregoratto.me/age
Log | Files | Refs | README | LICENSE

commit 7f61cf23bf90509d3cabab43f7bc25619b89552d
parent 022002171c914cfb4914254900f3a0b844664624
Author: Filippo Valsorda <1225294+FiloSottile@users.noreply.github.com>
Date:   Mon,  7 Oct 2019 16:59:42 -0400

age: add README about the state of the implementation
Diffstat:
AREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,3 @@ +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 [age-tool.com](https://age-tool.com). + +This implementation is in progress, and things will keep moving around all week, so it's not yet a good time to contribute, and it's definitely not a good time to rely on it.