-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fingerprint reader support [$65] #3337
Comments
It is certainly possible but biometric sensors (especially on laptops) are notoriously terrible. They usually are meant to interoperate with proprietary software written by the laptop vendor and don't offer any functionality beyond that. Windows does have a robust biometrics interface, but that requires the hardware vendor to actually write a driver that works with it. Over in Linux land your mileage can vary even further. MacOS has TouchID which we have already integrated. |
On Windows we can use Windows Hello. |
Can you make howto? |
Windows hello is the manifestation of the biometrics service. We don't support that right now. |
Ok. i understand. Do you have an planned for support it? |
Not anytime soon |
On GNU/Linux this would be done around fprint which seems to be the thing. More info: |
Please add Support for Windows Hello soon! It's the only missing thing in your beautiful Software <3 |
Windows-specific support (Hello) is here - #2462. |
Since I'm not so common with github, what means the [$20]? I am ready to contribute sth, if you can implement the Windows Hello Support :) |
It means there is a bounty on this issue of $20. I was going to add a more substantial bounty to the windows hello and this issue. |
I was also interested in a fingerprint support for keepassxc. How can I contribute to the bounty, in order to push the topic a bit? |
@andreas512 this is the link: @droidmonkey is it possible to integrate BoutySource with GH so that it shows or updates here the current bounty status? |
I am not using bounty source anymore, their platform is broken and they are not investing in it. |
In fact I was getting 500 errors before, it looks like a bit abandoned. What will happen with all the issue-specific donations? |
My assumption is they are intact until the site goes away forever. I am no longer sending money through them. We moved to https://issuehunt.io. |
Good to know, then the link for this issue is: |
@goetzc has funded $55.00 to this issue.
|
Would the Contribution be only for the Fingerprint Function, or generally for Windows Hello? I ask, since I use an IR camera with Windows Hello, only Fingerprint Sensor would be of little use.. |
@GitHubUser325 for Windows Hello the GitHub issue is #2462 and the IssueHunt bonuty is this. |
@GitHubUser325 are you still working on this issue? I'd be interested in taking it on. |
@jduo: I don't get the impression from the discussion that GitHubUser325 is working on this issue! I think he is also seeking a solution... I am looking for a solution under Win10 on a HP notebook, so Windows Hello would work fine for me - but I am open for other solutions as well. And I am willing to contribute to the funding. |
An anonymous user has funded $15.00 to this issue.
|
Hi PS: At the moment, this feature still prevents me from switching from KeePass to KeePassXC! |
An anonymous user has funded $10.00 to this issue.
|
@andreas512 have you found any solution for Windows Hello support or did you maybe do any work on it? |
We moved to Botan and have a PR in the works to fully support msvc compiler. |
Actually there is no need for WinRT. The Win32 API is sufficient, and can be used for WindowsHello key storage. |
Still no changes? |
Damn. Just found that IssueHunt is abandoned and it is pity. Maybe better to remove links to this platform to prevent donations lose? Is there any plans to add this feature into milestone 2.7 like #5991? @droidmonkey ? |
Windows Hello integration will be part of 2.7, so yes well have fingerprint support in Windows! |
Waiting for him more than a gift for the new year |
Released! But... |
I think that’s the case because finger biometric unlock is “quick unlock” and not full unlock. |
So no Linux support for the fingerprint reader? |
This commit and subsequent pull request adds support for Quick Unlock on Linux via Polkit Polkit allows for authentication of many means, including fingerprint scanning fixing Issue keepassxreboot#5991 Furthermore, a common interface for Quick Unlocking has been implemented, and has been replaced throughout to make implementing other mediums easier. This also fixes keepassxreboot#3337, giving fingerprint reader support to the final major supported platform - Linux.
This commit and subsequent pull request adds support for Quick Unlock on Linux via Polkit Polkit allows for authentication of many means, including fingerprint scanning fixing Issue keepassxreboot#5991 Furthermore, a common interface for Quick Unlocking has been implemented, and has been replaced throughout to make implementing other mediums easier. This also fixes keepassxreboot#3337, giving fingerprint reader support to the final major supported platform - Linux.
"brutePrint" sheds some light on fingerprint cracking - not very secure on android, slightly better on iOS due to encrypted chip level communication. |
What a shame a Google Pixel wasn't included. I would have liked to know how it'd fare. |
This commit and subsequent pull request adds support for Quick Unlock on Linux via Polkit Polkit allows for authentication of many means, including fingerprint scanning fixing Issue keepassxreboot#5991 Furthermore, a common interface for Quick Unlocking has been implemented, and has been replaced throughout to make implementing other mediums easier. This also fixes keepassxreboot#3337, giving fingerprint reader support to the final major supported platform - Linux.
This commit and subsequent pull request adds support for Quick Unlock on Linux via Polkit Polkit allows for authentication of many means, including fingerprint scanning fixing Issue keepassxreboot#5991 Furthermore, a common interface for Quick Unlocking has been implemented, and has been replaced throughout to make implementing other mediums easier. This also fixes keepassxreboot#3337, giving fingerprint reader support to the final major supported platform - Linux.
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.
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.
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.
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.
Hi! Can you add support Fingerprint? My laptop has fingerprint reader i want use it for unblock database.
IssueHunt Summary
Backers (Total: $90.00)
Become a backer now!
Or submit a pull request to get the deposits!
Tips
The text was updated successfully, but these errors were encountered: