Andrew Lubawy

Results 5 issues of Andrew Lubawy

Yubico added support for curve 25519 in the PIV applet since firmware '5.7.X'. This support has already been added to [yubico-piv-tool](https://github.com/Yubico/yubico-piv-tool), but it is lacking in this Rust library. This...

This solves #269. Summary: Age implementations support an `--armor` flag to output encrypted secrets in a PEM format that is human readable. This is useful for storing secrets in git...

I noticed that the home-manager module does not include the same configuration option for `ageBin` that is available in the NixOS module. Instead, the config option was hard-coded using `lib.getExe...

This PR is related to issues #554 and #96. I've opened this more as discussion around possibilities rather than as a request to actually merge the code. There are a...

Addresses #985 and #787. * Moves pam configuration to `/etc/pam.d/sudo_local` * Performs configuration through `environment.etc` * Adds a `pam_reattach` option to fix sudo TouchID in tmux Implementation uses `environment.etc` to...