Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 07:32
9d7d97f

v0.4.0 - 2021-03-25

Added

  • Private key discovery in a directory.

Changed

  • 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.