Welcome to mirror list, hosted at ThFree Co, Russian Federation.

keepassxc.1.adoc « man « docs - github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 965f7ac46d538a29f5fb227f48cfea8f79f9bee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
= keepassxc(1)
:docdate: 2020-07-05
:doctype: manpage
:manmanual: General Commands Manual

== NAME
keepassxc - 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.

== AUTHOR
This manual page is maintained by the KeePassXC Team <team@keepassxc.org>.