0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-19 20:02:18 +02:00
keepassxc/docs/man/keepassxc.1.adoc
2023-03-02 15:20:23 -05:00

75 lines
2.2 KiB
Plaintext

// Copyright (C) 2019 Janek Bevendorff <janek@jbev.net>
// Copyright (C) 2020 KeePassXC Team <team@keepassxc.org>
//
// 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 <http://www.gnu.org/licenses/>.
= keepassxc(1)
KeePassXC Team <team@keepassxc.org>
: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 <janek@jbev.net>.
include::includes/section-reporting-bugs.adoc[]
include::includes/section-copyright.adoc[]
== SEE ALSO
*keepassxc-cli*(1)