keepassxc.1.adoc 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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 securely.
  28. The complete database is always encrypted with the industry-standard AES (also known as Rijndael) encryption algorithm using a 256-bit key.
  29. KeePassXC uses a database format that is compatible with KeePass Password Safe.
  30. Your database works offline and requires no internet connection.
  31. == OPTIONS
  32. *-h*, *--help*::
  33. Displays this help.
  34. *--help-all*::
  35. Displays help including Qt specific options.
  36. *-v*, *--version*::
  37. Displays version information.
  38. *--config* <__config__>::
  39. Path to a custom config file.
  40. *--localconfig* <__localconfig__>::
  41. Path to a custom local config file.
  42. *--lock*::
  43. Locks all open databases.
  44. *--keyfile* <__keyfile__>::
  45. Key file of the database.
  46. *--pw-stdin*::
  47. Reads password of the database from stdin.
  48. *--debug-info*::
  49. Displays debugging information.
  50. include::includes/section-notes.adoc[]
  51. == AUTHOR
  52. This manual page was originally written by Janek Bevendorff <janek@jbev.net>.
  53. include::includes/section-reporting-bugs.adoc[]
  54. include::includes/section-copyright.adoc[]
  55. == SEE ALSO
  56. *keepassxc-cli*(1)