A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability. https://age-encryption.org/
Find a file
2019-10-13 17:24:21 -04:00
cmd/age cmd/age: add missing close in parseIdentitiesFile (#14) 2019-10-13 16:34:09 -04:00
internal internal/format: wrap body at 56 columns 2019-10-13 17:24:21 -04:00
.travis.yml .travis.yml: enable Travis-CI (#5) 2019-10-07 22:39:10 -04:00
go.mod internal/age: add ssh-ed25519 recipients 2019-10-07 00:45:59 -04:00
go.sum internal: implement STREAM, key exchange, encryption and decryption 2019-10-06 21:19:04 -04:00
LICENSE Initial commit 2019-10-05 22:45:51 -04:00
README.md age: add README about the state of the implementation 2019-10-07 16:59:42 -04:00

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.

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.