agherzan / yubikey-full-disk-encryption

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

fix logic bug asking for pw while yk is not inserted #20

Closed stuffo closed 6 years ago

stuffo commented 6 years ago

when yk is not present hook is supposed to time out after a certain time. when password challange response mode is enabled it loops asking for a password until it gets timed out. password for challange response is only required if yk gets detected.

agherzan commented 6 years ago

Good job!