Skip to content

Instantly share code, notes, and snippets.

@garywu
Last active July 29, 2023 18:40
Show Gist options
  • Save garywu/b49ab44d97891973b581 to your computer and use it in GitHub Desktop.
Save garywu/b49ab44d97891973b581 to your computer and use it in GitHub Desktop.
Easy way to securely manage/open multiple keepass database files
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