HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

keepass2 — A light-weight password manager. More information: <https://manned.org/keepass2>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandpasswordweightclimorekeepass2managerlight

Problem

How to use the keepass2 command: A light-weight password manager. More information: <https://manned.org/keepass2>.

Solution

keepass2 — A light-weight password manager. More information: <https://manned.org/keepass2>.

Start KeePass 2, opening the most recently opened password database:
keepass2


Start KeePass 2, opening a specific password database:
keepass2 {{path/to/database.kbdx}}


Use a specific key file to open a password database:
keepass2 {{path/to/database.kbdx}} -keyfile:{{path/to/key_file.key}}

Code Snippets

Start KeePass 2, opening the most recently opened password database

keepass2

Start KeePass 2, opening a specific password database

keepass2 {{path/to/database.kbdx}}

Use a specific key file to open a password database

keepass2 {{path/to/database.kbdx}} -keyfile:{{path/to/key_file.key}}

Context

tldr-pages: common/keepass2

Revisions (0)

No revisions yet.