age

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

DateCommit messageAuthorFiles+-
2019-10-09 04:50Add .gitignore, makefile. Remove travis fileStephen Gregoratto3+19-5
2019-10-09 04:26Reformat LICENSEStephen Gregoratto1+6-6
2019-10-09 03:24internal/age: make the scrypt recipient work parameter log2(N)Filippo Valsorda3+30-17
2019-10-09 04:22Add initial manpageStephen Gregoratto1+133-0
2019-10-09 04:14Change flags, prefix logs, add usage funcStephen Gregoratto3+87-40
2019-10-08 02:39.travis.yml: enable Travis-CI (#5)Filippo Valsorda1+5-0
2019-10-07 22:09cmd/age: initial support for SSH identities and recipientsMatt Layher3+81-3
2019-10-07 20:59age: add README about the state of the implementationFilippo Valsorda1+3-0
2019-10-07 04:45internal/age: add ssh-ed25519 recipientsFilippo Valsorda3+248-1
2019-10-07 03:16cmd/age: add a prototype of the command line toolFilippo Valsorda13+266-11
2019-10-07 01:57all: remove AEAD markerFilippo Valsorda2+3-10
2019-10-07 01:19internal: implement STREAM, key exchange, encryption and decryptionFilippo Valsorda13+1097-4
2019-08-03 22:42internal/format: implement outer layer parsing and marshalingFilippo Valsorda4+186-0
2019-05-18 20:44Initial commitFilippo Valsorda1+27-0