// Copyright (C) 2019 Janek Bevendorff // Copyright (C) 2020 KeePassXC Team // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 2 or (at your option) // version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . = keepassxc(1) KeePassXC Team :docdate: 2020-08-31 :doctype: manpage :mansource: KeePassXC {revnumber} :manmanual: General Commands Manual == NAME keepassxc - a modern open-source password manager == SYNOPSIS *keepassxc* [_options_] [_filename(s)_] == DESCRIPTION *KeePassXC* is a free/open-source password manager or safe which helps you to manage your passwords securely. The complete database is always encrypted with the industry-standard AES (also known as Rijndael) encryption algorithm using a 256-bit key. KeePassXC uses a database format that is compatible with KeePass Password Safe. Your database works offline and requires no internet connection. == OPTIONS *-h*, *--help*:: Displays this help. *--help-all*:: Displays help including Qt specific options. *-v*, *--version*:: Displays version information. *--config* <__config__>:: Path to a custom config file. *--localconfig* <__localconfig__>:: Path to a custom local config file. *--lock*:: Locks all open databases. *--keyfile* <__keyfile__>:: Key file of the database. *--pw-stdin*:: Reads password of the database from stdin. *--debug-info*:: Displays debugging information. include::includes/section-notes.adoc[] == AUTHOR This manual page was originally written by Janek Bevendorff . include::includes/section-reporting-bugs.adoc[] include::includes/section-copyright.adoc[] == SEE ALSO *keepassxc-cli*(1)