2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2021-09-17 15:52:58 by Benny Siegert | Files touched by this commit (99) | |
Log message:
Revbump all Go packages after go117 update
|
2021-09-12 11:08:32 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
age: update to 1.0.0.
v1.0.0 is the first stable release of the Go CLI and API, twenty
months after the first beta.
|
2021-08-11 21:35:16 by Benny Siegert | Files touched by this commit (112) | |
Log message:
Revbump all Go packages after go116 update
|
2021-07-13 13:36:45 by Benny Siegert | Files touched by this commit (132) | |
Log message:
Revbump all Go packages after go116 update
|
2021-06-23 23:00:24 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
age: update to 1.0.0rc3.
Never two without three
Maybe™️ actually™️ the last v1.0.0 release candidate!
Encrypted identity files are now supported. Regular passphrase-encrypted
age files can be used with -i, the passphrase will be requested
interactively, and the decrypted file will be read line-by-line as
a standard identity file.
Passphrases can now be requested interactively from the terminal
on Windows even if standard input is in use.
Errors are now tidier and all start with age: error: .
|
2021-06-10 17:56:39 by David Brownlee | Files touched by this commit (1) |
Log message:
Add missed "include go-modules.mk"
|
2021-06-09 19:03:49 by David Brownlee | Files touched by this commit (5) | |
Log message:
Added security/age version 1.0.0rc2
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.
|