Welcome.adoc 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. = KeePassXC – Welcome
  2. include::.sharedheader[]
  3. :imagesdir: ../images
  4. // tag::content[]
  5. == Welcome
  6. KeePassXC is a modern, secure, and open-source password manager that stores and manages your most sensitive information. You can run KeePassXC on Windows, macOS, and Linux systems.
  7. KeePassXC is for people with extremely high demands of secure personal data management. It saves many different types of information, such as usernames, passwords, URLs, attachments, and notes in an offline, encrypted file that can be stored in any location, including private and public cloud solutions. For easy identification and management, user-defined titles and icons can be specified for entries. In addition, entries are sorted in customizable groups. An integrated search function allows you to use advanced patterns to easily find any entry in your database. A customizable, fast, and easy-to-use password generator utility allows you to create passwords with any combination of characters or easy to remember passphrases.
  8. === Overview
  9. You can store an unlimited number of passwords and information in a KeePassXC database. Every piece of information you store in your database is encrypted at all times within the `kdbx` file. When you are accessing your database from within KeePassXC, your information is decrypted and stored in your computer's memory. KeePassXC places controls over the access to this data so other applications cannot read it (unless they have administrative rights). The interface is designed to let you quickly access your passwords, search for the right entry, perform Auto-Type or copy/paste operations, make and save changes, and then get out of your way.
  10. KeePassXC ships with light and dark themes specifically designed to meet accessibility standards. In most cases, the appropriate theme for your system will be determined automatically, but you can always set a specific theme in the application settings.
  11. .Light and Dark Themes
  12. image::theme_comparison.png[]
  13. === Features
  14. KeePassXC has numerous features for novice and power users alike. This guide will go over the basic features to get you up and running quickly. The User Guide contains more in-depth discussions on the major features in the application.
  15. * Basic Features
  16. ** Create, open, and save databases in the KDBX format (KeePass Compatible)
  17. ** Store sensitive information in entries that are organized by groups
  18. ** Search for entries
  19. ** Password generator
  20. ** Auto-Type passwords into applications
  21. ** Browser integration with Google Chrome, Mozilla Firefox, Microsoft Edge, Chromium, Vivaldi, Brave, and Tor-Browser
  22. ** Entry icon download
  23. ** Import databases from CSV, 1Password, and KeePass1 formats
  24. * Advanced Features
  25. ** Database reports (password health, HIBP, and statistics)
  26. ** Database export to CSV and HTML formats
  27. ** TOTP storage and generation
  28. ** Field references between entries
  29. ** File attachments and custom attributes
  30. ** Entry history and data restoration
  31. ** YubiKey/OnlyKey challenge-response support
  32. ** Command line interface (keepassxc-cli)
  33. ** Auto-Open databases
  34. ** KeeShare shared databases (import, export, and synchronize)
  35. ** SSH Agent
  36. ** FreeDesktop.org Secret Service (replace Gnome keyring, etc.)
  37. ** Additional encryption choices: Twofish and ChaCha20
  38. == Contact Us
  39. We are committed to continually improve KeePassXC through customer experience and your feedback is important to us.
  40. Please report any bugs you encounter at our https://github.com/keepassxreboot/keepassxc/issues[GitHub issue tracker].
  41. We are also https://matrix.to/#/#keepassxc-community:mozilla.org[available on Matrix] for real-time feedback and
  42. discussions. See our https://keepassxc.org/team/#contact[contact page] for further options.
  43. Thank You, +
  44. Team KeePassXC
  45. // end::content[]
  46. // tag::advanced[]
  47. // end::advanced[]