v0.7.1 - 2024-10-4
- Fix binary builds
v0.7.0 - 2024-10-4
- The commands requiring
--passphrase
, now can use--passphrase-env
to let Agebox get the passphrase from the env var. - The commands requiring
--passphrase
, now can use-
value to get the passphrase from stdin.
- Set dependencies to latest versions.
- Update Go to v1.23
- Update Age to v1.2.0
v0.6.1 - 2021-10-15
- On public and private key discovery, now ignores the sockets so application doesn't fail while trying to read them.
v0.6.0 - 2021-09-10
cat
cmd now logs info and warning messages as debug instead.- Update
age
to v1.0.0.
v0.5.2 - 2021-05-22
- Fixed bug that wouldn't allow loading
X25519
(Age) public keys with comments or newlines. - Allow loading
X25519
(Age) public keys in the form ofPublic key: {PUBLIC_KEY}
(e.g: Usingage-keygen -o ./priv.key 2> ./pub.key
).
v0.5.1 - 2021-05-15
- Fixed bug that wouldn't allow loading
X25519
(Age) private keys with comments or newlines.
v0.5.0 - 2021-05-03
- Remove the 20 public key encryption limit as Age has removed the decrypt limits.
v0.4.0 - 2021-03-25
- Private key discovery in a directory.
- When loading public keys, invalid ones will be ignored instead of failing.
- Fail if we have more than 20 recipients on encryption (due to Age decrypt limit).
- --private-key flag has been deprecated in favor of --private-keys.
- By default private keys will try to be loaded from
$HOME/.ssh
dir. - Use multiple private keys to decrypt, if any of them is able to decrypt it will do it.
v0.3.0 - 2021-03-19
validate
cmd that validates tracked files.validate
cmd checks tracked secrets are not decrypted.validate
cmd checks tracked secrets are encrypted.validate
cmd optionally checks tracked secrets can be decrypted.- Support for SSH passphrase using stdin.
- Support for SSH passphrase using cmd
--passphrase
flag.
v0.2.0 - 2021-03-13
cat
cmd that decrypts and prints to stdout.--filter
(-f
) regex to include the matching secrets inencrypt
cmd.--filter
(-f
) regex to include the matching secrets indecrypt
cmd.--filter
(-f
) regex to include the matching secrets inuntrack
cmd.
v0.1.1 - 2021-03-11
- Ignore
#
comments in multi recipient public key files. - Alias
update
command forreencrypt
command.
v0.1.0 - 2021-03-11
- Encryption of files.
- Decryption of files.
- Reencryption of tracked files.
- Directory expansion.
- Dry run mode.
- Untracking of files.
- Tracking registry initialization.