Thorben Klyn

Results 25 comments of Thorben Klyn

Maybe agebox should not delete the original encrypted `.agebox` files and compare saved hashes of files with the unencrypted file. So if a file is modified the hash will indicate...

We don't need to store the hash of the plain file in git. Save it temporarily after decryption until the file is encrypted again. So the hashes are only available...

you can run `agebox verify --no-decrypt` this will return a non 0 exit code so if you create a git pre-commit hook with this it should prohibit commits with unencrypted...

There is a new release candidate https://github.com/FiloSottile/age/releases/tag/v1.1.0-rc.1 which adds plugin support for `age-plugin-yubikey`. so there should be support for this in the near future

I have exactly this use case. Is there any way to send a custom requiredAction without building a post request on my own?

As a workaround use `"YOUR_ACTION" as RequiredActionAlias`

looks like Microsoft does not allow [Plain Auth anymore](https://support.microsoft.com/en-us/office/outlook-com-no-longer-supports-auth-plain-authentication-07f7d5e9-1697-465f-84d2-4513d4ff0145), which is used in [go-pkgz/email/email.go](https://github.com/go-pkgz/email/blob/master/email.go#L123). The go `net/smtp` package does not support the login mechanism `LOGIN`. Here is an example I...

do I need to change something for this merge request?