keepassxc/src/quickunlock
Findus bff0b93f5f
Device Password fallback when Touch-ID devices are unavailable (#11410)
* Added kSecAccessControlDevicePasscode to accessControlflags when feature is enabled in settings and no biometrics are available

* Able to use either biometry or password, if touchid is unavailable

* Additional check if TouchID is enrolled:

With that we can add the "kSecAccessControlBiometryCurrentSet" Flag even though Biometry is unavailable due to closed lid or unpaired keyboard. Adding this flag when TouchID is not enrolled results in an error when trying to save the secret.

The kSecAccessControlWatch Flag for apple watch compatibility does not have this limitation. With that we can also offer quick unlock with only apple watch or password

* Fallback to quick unlock without touchid if saving key fails with selected flags, might fix quick unlock on a hackintosh
2024-11-10 17:10:04 -05:00
..
dbus Add Polkit Quick Unlock Support 2023-10-23 23:07:27 -04:00
Polkit.cpp Fix typos 2024-08-09 17:41:08 -04:00
Polkit.h Add Polkit Quick Unlock Support 2023-10-23 23:07:27 -04:00
PolkitDbusTypes.cpp Add Polkit Quick Unlock Support 2023-10-23 23:07:27 -04:00
PolkitDbusTypes.h Add Polkit Quick Unlock Support 2023-10-23 23:07:27 -04:00
QuickUnlockInterface.cpp Add Polkit Quick Unlock Support 2023-10-23 23:07:27 -04:00
QuickUnlockInterface.h Add Polkit Quick Unlock Support 2023-10-23 23:07:27 -04:00
TouchID.h Device Password fallback when Touch-ID devices are unavailable (#11410) 2024-11-10 17:10:04 -05:00
TouchID.mm Device Password fallback when Touch-ID devices are unavailable (#11410) 2024-11-10 17:10:04 -05:00
WindowsHello.cpp Add Polkit Quick Unlock Support 2023-10-23 23:07:27 -04:00
WindowsHello.h Automatically detect USB device changes 2024-03-08 10:55:22 -05:00