How do I unlock KeePassXC at login? #5879
Replies: 6 comments 16 replies
-
This solution assumes that the KPXC password is stored in a 3rd party Secret Service keyring such as Gnome-keyring. That's what In the latter case, you can still use a keyfile without an additional password (I think): There was some discussion of implementing a PAM module for this (in issue #6055 and others), but nothing implemented yet. The team's consensus is that using (only) one's login password to unlock KPXC is poor practice. (Thought this was worth mentioning given that this Q&A is aimed at the end users.) |
Beta Was this translation helpful? Give feedback.
-
How would you do this for |
Beta Was this translation helpful? Give feedback.
-
I've created a script which unlocks KeePassXC at login using password from keyring: |
Beta Was this translation helpful? Give feedback.
-
can someone please help me with this ? i've been looking for hours for a solution and i can't find antyhing that actually works |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
While waiting for version 2.8 with fingerprint unlocking capabilities, I created a script for Windows users. You can find it here: KeePassXC-AutoUnlock-Login-Windows. |
Beta Was this translation helpful? Give feedback.
-
If you are using Linux your can use secret-tool such as:
secret-tool lookup name keepass | keepassxc --pw-stdin --keyfile /path/to/keyfile /path/to/database.kdbx
Beta Was this translation helpful? Give feedback.
All reactions