./security/age, Simple, modern and secure encryption tool

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.0, Package name: age-1.2.0, Maintainer: pkgsrc-users

age is a simple, modern and secure file encryption tool, format,
and Go library.

It features small explicit keys, no config options, and UNIX-style
composability

The format specification is at age-encryption.org/v1. age was
designed by @Benjojo12 and @FiloSottile.

An alternative interoperable Rust implementation is available at
github.com/str4d/rage.


Master sites:

Filesize: 201.832 KB

Version history: (Expand)


CVS history: (Expand)


   2024-10-17 20:47:27 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
age: update to 1.2.0

A small release to build the release binaries with a more recent Go toolchain,
and to fix a couple CLI edge cases.

The Go module now exposes a plugin package that provides an age plugin client.
That is, Recipient and Identity implementations that invoke a plugin binary,
allowing the use of age plugins in Go programs.

Finally, Recipients can now return a set of "labels" by implementing
RecipientWithLabels. This allows replicating the special behavior of the scrypt
Recipient in third-party Recipients, or applying policy useful for
authenticated or post-quantum Recipients.
   2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | Package updated
Log message:
Revbump all Go packages after update
   2024-07-03 08:59:36 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 security update
   2024-06-13 15:47:13 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-06-01 16:03:06 by Benny Siegert | Files touched by this commit (168)
Log message:
Revbump all Go packages, default Go version is now 1.22.
   2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | Package updated
Log message:
Revbump all Go packages after go121 update