Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Polkit Quick Unlock mechanism #8983

Merged
merged 1 commit into from
Oct 24, 2023

Commits on Oct 14, 2023

  1. Add Polkit Quick Unlock Support

    Closes keepassxreboot#5991
    Closes keepassxreboot#3337 - Support fingerprint readers on Linux
    
    Polkit allows for authentication of many means, including fingerprint scanning. Furthermore, a common interface for Quick Unlocking has been implemented, and has been replaced throughout to make implementing other quick unlock strategies easier.
    
    Refactor QuickUnlock to use UUID stored in headers. This is a new feature using the KDBX 4 standard to store a randomly generated UUID in the public headers of the database. This enables identification of KDBX file without relying on path or filename and will eventually support persistent Quick Unlock.
    HexF authored and droidmonkey committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    73597e9 View commit details
    Browse the repository at this point in the history