yubikey-full-disk-encryption icon indicating copy to clipboard operation
yubikey-full-disk-encryption copied to clipboard

Use YubiKey to unlock a LUKS partition

Results 24 yubikey-full-disk-encryption issues
Sort by recently updated
recently updated
newest added

Currently we support only `luksOpen` and `luksAddKey` commands without much customization. It would be better to have universal wrapper over cryptsetup commands which will pass ykfde password to them. Example:...

enhancement

This is a proof of concept which contains a lot of ugly hacks and it's not intended to be merged. I would like to use yubikey-full-disk-encryption to unlock a headless...

enhancement

First of all, great software! I'm using 1FA on a non-root partition, with TRIALS and TIMEOUT set to 1. If the YubiKey is disconnected, it falls back to asking a...

* Be able to pass several options, long options in `YKFDE_LUKS_OPTIONS` like `"--param1=value1 --allow-discards"`. * Add a specifique `YKFDE_LUKS_HEADER` option that permit to get it working on boot and on...

Hey I followed the installation instructions as close as possible, but I think I cant get the ykfde hook to work on boot. As far as I can see, the...

enhancement

If we're using `systemd-boot`, should the `udev` and `shutdown` hooks be replaced with `systemd` and `sd-shutdown`?

enhancement
help wanted

For context, I have my computer setup for it's root partition to be encrypted, booting from UEFI, with an unencrypted /boot/efi partition of 500MB. I'm trying to set up yubikey...

Because yubikey-personalization is not under active development, I add support for yubikey-manager. It works fine on my machine for format, enroll and open. I did not test NFC because I...

Currently, this project uses the YubiKey Personalization Tool which is [no longer under active development](https://www.yubico.com/support/download/yubikey-personalization-tools/). It would be nice for `yubikey-full-disk-encryption` to instead use [YubiKey Manager](https://www.yubico.com/support/download/yubikey-manager/) which has more features....

Hi, I have separate, encrypted swap partition for hibernate. I would love to use this tool to open it, too :). Is it currently possible or could you consider to...