1KEEPASSXC(1) General Commands Manual KEEPASSXC(1)
2
3
4
6 keepassxc - a modern open-source password manager
7
9 keepassxc [options] [filename(s)]
10
12 KeePassXC is a free/open-source password manager or safe which helps
13 you to manage your passwords in a secure way. The complete database is
14 always encrypted with the industry-standard AES (alias Rijndael)
15 encryption algorithm using a 256 bit key. KeePassXC uses a database
16 format that is compatible with KeePass Password Safe. Your wallet works
17 offline and requires no Internet connection.
18
20 -h, --help
21 Displays this help.
22
23 -v, --version
24 Displays version information.
25
26 --config <config>
27 Path to a custom config file.
28
29 --keyfile <keyfile>
30 Key file of the database.
31
32 --pw-stdin
33 Read password of the database from stdin.
34
35 --pw, --parent-window <handle>
36 Parent window handle.
37
38 --debug-info
39 Displays debugging information.
40
42 Project homepage
43 https://keepassxc.org
44
45 QuickStart Guide
46 https://keepassxc.org/docs/KeePassXC_GettingStarted.html
47
48 User Guide
49 https://keepassxc.org/docs/KeePassXC_UserGuide.html
50
51 Git repository
52 https://github.com/keepassxreboot/keepassxc.git
53
55 This manual page was originally written by Janek Bevendorff
56 <janek@jbev.net>.
57
59 Bugs and feature requests can be reported on GitHub at
60 https://github.com/keepassxreboot/keepassxc/issues.
61
63 Copyright (C) 2016-2020 KeePassXC Team <team@keepassxc.org>
64
65 KeePassXC code is licensed under GPL-2 or GPL-3.
66
67
68
69KeePassXC 2.6.0 2020-07-10 KEEPASSXC(1)