agherzan / yubikey-full-disk-encryption

Use YubiKey to unlock a LUKS partition
Apache License 2.0
808 stars 50 forks source link

Introduce ykfde-format #25

Closed Vincent43 closed 6 years ago

Vincent43 commented 6 years ago

This will add missing piece in our scripts: ability to create new containers with yubikey challenge-response passphrase used by default.

We already cover adding passphrases to existing containers and opening created containers so this will be nice addition.

Vincent43 commented 6 years ago

@agherzan I added fail-safe when Luks passphase is empty. ykfde-enroll script was also affected.

agherzan commented 6 years ago

@Vincent43 cheers!