Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Müller <github2@xonx.de>2017-03-14 16:55:25 +0300
committerGitHub <noreply@github.com>2017-03-14 16:55:25 +0300
commitf12c6bf748e133addc4bcd7e20fc3065164645c0 (patch)
tree9c9079ad413a64ab2d397feaeac836ed5ec7cf35 /README.md
parent1b10aae74c21ff035d6ddadd7c17517c409bf937 (diff)
Update feature and build instructions for Yubikey
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 93da44c6c..aced5afb7 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ KeePass Cross-platform Community Edition
- Auto-Type on all three major platforms (Linux, Windows, OS X)
- Stand-alone password generator
- Password strength meter
-- Yubikey 2FA support for unlocking databases
+- YukiKey HMAC-SHA1 authentication for unlocking databases
- Using website favicons as entry icons
- Merging of databases
- Automatic reload when the database changed on disk
@@ -55,7 +55,7 @@ make -j8
sudo make install
```
-To enable autotype, add `-DWITH_XC_AUTOTYPE=ON` to the `cmake` command. KeePassHTTP support is compiled in by adding `-DWITH_XC_HTTP=ON`. If these options are not specified, KeePassXC will be built without these plugins.
+To enable autotype, add `-DWITH_XC_AUTOTYPE=ON` to the `cmake` command. KeePassHTTP support is compiled in by adding `-DWITH_XC_HTTP=ON`. Yubikey HMAC-SHA1 authentication support is compiled in by adding `-DWITH_XC_YUBIKEY=ON`. If these options are not specified, KeePassXC will be built without these plugins.
### Contributing