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 --debug-info
36 Displays debugging information.
37
39 Project homepage
40 https://keepassxc.org
41
42 QuickStart Guide
43 https://keepassxc.org/docs/KeePassXC_GettingStarted.html
44
45 User Guide
46 https://keepassxc.org/docs/KeePassXC_UserGuide.html
47
48 Git repository
49 https://github.com/keepassxreboot/keepassxc.git
50
52 This manual page was originally written by Janek Bevendorff
53 janek@jbev.net.
54
56 Bugs and feature requests can be reported on GitHub at
57 https://github.com/keepassxreboot/keepassxc/issues.
58
60 Copyright (C) 2016-2020 KeePassXC Team team@keepassxc.org
61
62 This program is free software: you can redistribute it and/or modify it
63 under the terms of the GNU General Public License, either version 2 or
64 version 3. There is NO WARRANTY, to the extent permitted by law.
65
67 keepassxc-cli(1)
68
70 KeePassXC Team
71
72
73
74KeePassXC 2.7.6 2020-08-31 KEEPASSXC(1)