Skip to content

Commit 493afdc

Browse files
committed
Update README.md
1 parent 61135bc commit 493afdc

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# KeePassFIDO2
22

3-
This repository contains three packages:
3+
A KeePass key provider plugin that allows unlocking a KeePass database using
4+
a FIDO2 authenticator instead of a master password.
45

5-
- `Thesis` - The thesis PDF and its source files.
6+
*This project was submitted as a Bachelor's Thesis at Czech Technical University
7+
in Prague, Faculty of Information Technology, in June 2020. The submitted version
8+
is available as a v1.0.0 release in this repository.*
9+
10+
The repository contains three packages:
11+
12+
- `Thesis` - The thesis PDF and its source files, describing the implementation approach and architecture.
613
- `KeePassPlugin` - A C# project implementing the KeePass plugin.
714
- `DeviceComunnicator` - A C++ project implementing a separate executable that handles communication with FIDO devices and is used by the plugin.
15+
16+
**The implementation should be considered a proof-of-concept only at this stage.**

0 commit comments

Comments
 (0)