https://github.com/martinkolarik/keepassfido2
FIDO2 KeePass key provider
https://github.com/martinkolarik/keepassfido2
fido2 keepass keepass-plugin
Last synced: 7 months ago
JSON representation
FIDO2 KeePass key provider
- Host: GitHub
- URL: https://github.com/martinkolarik/keepassfido2
- Owner: MartinKolarik
- Created: 2020-02-08T13:42:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T12:15:52.000Z (over 5 years ago)
- Last Synced: 2025-01-25T21:56:00.976Z (9 months ago)
- Topics: fido2, keepass, keepass-plugin
- Language: TeX
- Homepage:
- Size: 918 KB
- Stars: 34
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KeePassFIDO2
A KeePass key provider plugin that allows unlocking a KeePass database using
a FIDO2 authenticator instead of a master password.*This project was submitted as a Bachelor's Thesis at Czech Technical University
in Prague, Faculty of Information Technology, in June 2020. The submitted version
is available as a v1.0.0 release in this repository.*The repository contains three packages:
- `Thesis` - The thesis PDF and its source files, describing the implementation approach and architecture.
- `KeePassPlugin` - A C# project implementing the KeePass plugin.
- `DeviceComunnicator` - A C++ project implementing a separate executable that handles communication with FIDO devices and is used by the plugin.**The implementation should be considered a proof-of-concept only at this stage.**