agherzan / yubikey-full-disk-encryption

Use YubiKey to unlock a LUKS partition
Apache License 2.0
810 stars 51 forks source link

Use password as challenge #5

Closed Vincent43 closed 6 years ago

Vincent43 commented 6 years ago

This PR resolves https://github.com/agherzan/yubikey-full-disk-encryption/issues/4 . It basically moves existing password logic to the place before response is generated so user provided password can be used as challenge.

It's currently untested. Please confirm it works before merge.