Last active
July 29, 2023 18:40
-
-
Save garywu/b49ab44d97891973b581 to your computer and use it in GitHub Desktop.
Easy way to securely manage/open multiple keepass database files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Create an entry in your personal database with the Password for the shared database | |
2. On the advanced tab create a field named "DbPath" and with the value of where the shared database is located. If multiple users are sharing the same keepass database you can use environment variable as part of the path for example: %HOMEPATH%/secret.kdbx. | |
3. Set the Url value to: cmd://"{APPDIR}\KeePass.exe" "{s:DbPath}" -pw:{PASSWORD} | |
4. Now, when you want to open the shared database, mark the entry and press CTRL + U. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment