keepassxc.1.adoc 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. // Copyright (C) 2019 Janek Bevendorff <janek@jbev.net>
  2. // Copyright (C) 2020 KeePassXC Team <team@keepassxc.org>
  3. //
  4. // This program is free software: you can redistribute it and/or modify
  5. // it under the terms of the GNU General Public License as published by
  6. // the Free Software Foundation, either version 2 or (at your option)
  7. // version 3 of the License.
  8. //
  9. // This program is distributed in the hope that it will be useful,
  10. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. // GNU General Public License for more details.
  13. //
  14. // You should have received a copy of the GNU General Public License
  15. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. = keepassxc(1)
  17. KeePassXC Team <team@keepassxc.org>
  18. :docdate: 2020-08-31
  19. :doctype: manpage
  20. :mansource: KeePassXC {revnumber}
  21. :manmanual: General Commands Manual
  22. == NAME
  23. keepassxc - a modern open-source password manager
  24. == SYNOPSIS
  25. *keepassxc* [_options_] [_filename(s)_]
  26. == DESCRIPTION
  27. *KeePassXC* is a free/open-source password manager or safe which helps you to manage your passwords in a secure way.
  28. The complete database is always encrypted with the industry-standard AES (alias Rijndael) encryption algorithm using a 256 bit key.
  29. KeePassXC uses a database format that is compatible with KeePass Password Safe.
  30. Your wallet works offline and requires no Internet connection.
  31. == OPTIONS
  32. *-h*, *--help*::
  33. Displays this help.
  34. *-v*, *--version*::
  35. Displays version information.
  36. *--config* <__config__>::
  37. Path to a custom config file.
  38. *--keyfile* <__keyfile__>::
  39. Key file of the database.
  40. *--pw-stdin*::
  41. Read password of the database from stdin.
  42. *--pw*, *--parent-window* <__handle__>::
  43. Parent window handle.
  44. *--debug-info*::
  45. Displays debugging information.
  46. include::includes/section-notes.adoc[]
  47. == AUTHOR
  48. This manual page was originally written by Janek Bevendorff <janek@jbev.net>.
  49. include::includes/section-reporting-bugs.adoc[]
  50. include::includes/section-copyright.adoc[]