Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@olastor olastor released this 13 May 20:36
· 2 commits to main since this release

features

  • use new age plugin API
  • add support for -j, files now can be decrypted with age -d -j fido2-hmac file.enc instead of using the "magic" identity
  • improve multi-device selection
    • when multiple fido2 tokens are available, all of them will now start blinking and the user has to tap the one they want to use.
    • if the env variable FIDO2_TOKEN is set to the (ephemeral) device path (e.g. /dev/hidraw7), this device will be used

fixes

  • return correct error (ErrIncorrectIdentity) if identity is incorrect
  • prevent error from being raised too early when other stanzas could still be tried