mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
66 lines
2.0 KiB
Plaintext
66 lines
2.0 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)
|
|
:docdate: 2020-07-10
|
|
:doctype: manpage
|
|
:revnumber: 2.6.0
|
|
: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 in a secure way.
|
|
The complete database is always encrypted with the industry-standard AES (alias Rijndael) encryption algorithm using a 256 bit key.
|
|
KeePassXC uses a database format that is compatible with KeePass Password Safe.
|
|
Your wallet works offline and requires no Internet connection.
|
|
|
|
== OPTIONS
|
|
*-h*, *--help*::
|
|
Displays this help.
|
|
|
|
*-v*, *--version*::
|
|
Displays version information.
|
|
|
|
*--config* <__config__>::
|
|
Path to a custom config file.
|
|
|
|
*--keyfile* <__keyfile__>::
|
|
Key file of the database.
|
|
|
|
*--pw-stdin*::
|
|
Read password of the database from stdin.
|
|
|
|
*--pw*, *--parent-window* <__handle__>::
|
|
Parent window handle.
|
|
|
|
*--debug-info*::
|
|
Displays debugging information.
|
|
|
|
include::section-notes.adoc[]
|
|
|
|
== AUTHOR
|
|
This manual page was originally written by Janek Bevendorff <janek@jbev.net>.
|
|
|
|
include::section-reporting-bugs.adoc[]
|
|
|
|
include::section-copyright.adoc[]
|