-
-
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
Copy KeePassXC settings to individual db settings #891
Comments
I like this idea, just need to make sure we remain compatible with keepass and others. This will require heavy work on the ui front. |
Those settings could either be saved inside the DB or in the config file. DB ensures that no extra meta data leak and it works across devices, but global config is probably easier and doesn't mess up your DB with automatic config entries. |
(personally, I would not use it, but I see a few ways to achieve something like this while also maintaining compatibility) As mentioned above, storing extra settings outside the database might leak metadata. This could be mitigated a little bit perhaps. Instead of storing Or one could create a meta password somewhere in the database where some extra-settings are stored in the notes field or something. |
I really like the idea of a meta password to store all the settings using the attributes fields |
I'm curious of what other uses this may have as well |
I have a use case for this ... it a uses sets DB to lock after a period of inactivity, and assumes it so, if anyone (say a family member) can come along and un-check that setting, then the database can be left open unlocked. Not pointing fingers, but im pretty sure my kids have done this get into my microsoft account and alter their screen-time settings! |
Man, I used to just use a Red Hat 3 boot disk to get around parental protections! |
Theyve also been known to do a password reset ... but I fixed that with 2fa! |
I would also like to export all settings of KeePassXC to a external file and also import the settings from this external file. I have two use-cases for this suggestion:
This feature would really help me a lot and I really hope it is implemented.... |
You find the settings in Starting with 2.6, the Windows settings have migrated to |
And this is exactly the problem: it is not very user friendly (a bad usability) because the user needs to know where the settings are located on the system. |
If the portable snapshot messed up your installed settings then there is a pre release bug there. |
@droidmonkey I created a pre-release bug issue #4751 |
All of these things are not really related to the original issue, though? |
Not related at all |
@droidmonkey It was my fault when I read the comment #891 (comment). |
My answer may be a few years late, but this is a prerequisite /part of #2224. But keepassxc does not allow database specific lock timeouts and it doesn't let you choose which DB to lock either, your only option is to lock all. |
Expected Behavior
Feature request to make some settings, e.g. locking db if session locked, configurable at the db level rather than or in addition to KeePassXC installation.
Current Behavior
Currently db settings are limited to crypto and basic metadata and do not include KeePassXC behaviour.
Context
I manage multiple KeepPassXC databases on multiple machines. In that context, the threat model is different for each db and for each machine. Applying the strictest settings, e.g. lock the db if session is locked, makes sense for some db's on some machines and so I have such setting on all KeePassXC installations.
As an example, at work I often need access to several accounts for a short period of time which will then either cease to exist or become inaccessible again. I use these accounts on a machine I trust less than my personal machines but also use for some personal stuff. I thus keep two dbs in this scenario, one for the current job and the other for personal. I lock my screen frequently which thus locks my personal db (great) but also the work db (not so great).
The text was updated successfully, but these errors were encountered: