KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Go to file
Jonathan White dfee59742f Enhance Tags / Saved Searches
* Rename "Database Tags" to "Searches and Tags"
* Separate searching for all entries and resetting the search
* Support selecting multiple tags to search against
* Fix using escaped quotes in search terms
* Make tag searching more precise
* Support `is:expired-#` to search for entries expiring within # days. Exclude recycled entries from expired search.
* Don't list tags from entries that are recycled
* Force hide tag auto-completion menu when tag editing widget is hidden. On rare occasions the focus out signal is not called when the tag view is hidden (entry edit is closed), this resolves that problem.
* Remove spaces from before and after tags to prevent seemingly duplicate tags from being created.
* Also fix some awkward signal/slot dances that were setup over time with the entry view and preview widget.

Allow changing tags for multiple entries through context menu

* Closes #8277 - show context menu with currently available tags in database and checks those that are set on one or more selected entries. When a tag is selected it is either set or unset on all entries depending on its checked state.

* Add ability to save searches and recall them from the "Searches and Tags" view
* Add ability to remove a tag from all entries from the "Searches and Tags" view
* Cleanup tag handling and widgets
2022-09-08 06:46:48 -04:00
.github Update release tool with new merge strategy 2022-03-21 08:05:07 -04:00
.tx Update TX config and merge update.sh into release-tool 2021-09-28 15:50:27 +02:00
cmake TouchID support refactoring (#8311) 2022-09-05 10:38:02 -04:00
docs [CLI] Add Option to show all attributes (Show command) (#8256) 2022-08-20 22:38:58 -04:00
share Enhance Tags / Saved Searches 2022-09-08 06:46:48 -04:00
snap Fix missing Auto-Type from snap package 2022-03-22 17:21:11 -04:00
src Enhance Tags / Saved Searches 2022-09-08 06:46:48 -04:00
tests Enhance Tags / Saved Searches 2022-09-08 06:46:48 -04:00
utils Fix capture of whiptail's exit status 2022-05-01 10:14:43 -04:00
.clang-format Minor documentation and script cleanups (#6868) 2021-09-21 00:17:46 -04:00
.gitattributes Improve Visual Studio and vcpkg support 2021-11-16 07:01:48 -05:00
.gitignore Improve Visual Studio and vcpkg support 2021-11-16 07:01:48 -05:00
CHANGELOG.md Version bump to 2.7.1 and Changelog update 2022-04-05 22:09:15 -04:00
CMakeLists.txt Allow KeePassXC to be built without X11 2022-09-05 13:52:52 -04:00
CODE-OF-CONDUCT.md CODE-OF-CONDUCT.md: fix typo 2020-12-10 12:47:41 +01:00
codecov.yaml Clean up code coverage reporting. 2021-09-28 14:15:37 +02:00
COPYING Remove unused/duplicate icons 2022-03-19 08:23:53 -04:00
INSTALL.md Update all documentation for 2.7.0 2022-03-20 17:49:03 +01:00
LICENSE.BSD Add crypto classes and tests. Link to libgcrypt. 2010-09-11 19:49:30 +02:00
LICENSE.CC0 Fix database icons license issues. 2013-03-23 21:50:23 +01:00
LICENSE.GPL-2 Minor documentation and script cleanups (#6868) 2021-09-21 00:17:46 -04:00
LICENSE.GPL-3 Minor documentation and script cleanups (#6868) 2021-09-21 00:17:46 -04:00
LICENSE.LGPL-2.1 Minor documentation and script cleanups (#6868) 2021-09-21 00:17:46 -04:00
LICENSE.LGPL-3 Minor documentation and script cleanups (#6868) 2021-09-21 00:17:46 -04:00
LICENSE.MIT Fix macOS building and code signing, resolves #1344 2018-01-13 23:49:24 +01:00
LICENSE.NOKIA-LGPL-EXCEPTION Add support for gzip compressed databases. 2010-09-23 22:27:59 +02:00
LICENSE.OFL Add OFL-1.1 text 2020-01-27 23:01:01 -05:00
README.md docs: Explicitly talk about SSH Agent integration 2022-06-04 16:48:45 -04:00
release-tool Update CHANGELOG 2022-03-21 23:06:38 +01:00
release-tool.ps1 Update release tool with new merge strategy 2022-03-21 08:05:07 -04:00
sonar-project.properties Minor documentation and script cleanups (#6868) 2021-09-21 00:17:46 -04:00

KeePassXC

TeamCity Build Status codecov GitHub release

Matrix community channel Matrix development channel

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. 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 into 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.

Quick Start

The QuickStart Guide gets you started using KeePassXC on your Windows, macOS, or Linux computer using pre-compiled binaries from the downloads page. Additionally, individual Linux distributions may ship their own versions, so please check your distribution's package list to see if KeePassXC is available. Detailed documentation is available in the User Guide.

Features List

KeePassXC has numerous features for novice and power users alike. Our goal is to create an application that can be used by anyone while still offering advanced features to those that need them.

Basic

  • Create, open, and save databases in the KDBX format (KeePass-compatible with KDBX4 and KDBX3)
  • Store sensitive information in entries that are organized by groups
  • Search for entries
  • Password generator
  • Auto-Type passwords into applications
  • Browser integration with Google Chrome, Mozilla Firefox, Microsoft Edge, Chromium, Vivaldi, Brave, and Tor-Browser
  • Entry icon download
  • Import databases from CSV, 1Password, and KeePass1 formats

Advanced

  • Database reports (password health, HIBP, and statistics)
  • Database export to CSV and HTML formats
  • TOTP storage and generation
  • Field references between entries
  • File attachments and custom attributes
  • Entry history and data restoration
  • YubiKey/OnlyKey challenge-response support
  • Command line interface (keepassxc-cli)
  • Auto-Open databases
  • KeeShare shared databases (import, export, and synchronize)
  • SSH Agent integration
  • FreeDesktop.org Secret Service (replace Gnome keyring, etc.)
  • Additional encryption choices: Twofish and ChaCha20

For a full list of changes, read the CHANGELOG document.
For a full list of keyboard shortcuts, see KeyboardShortcuts.adoc

Building KeePassXC

Detailed instructions are available in the Build and Install page and in the Wiki.

Contributing

We are always looking for suggestions on how to improve KeePassXC. If you find any bugs or have an idea for a new feature, please let us know by opening a report in the issue tracker on GitHub, or join us on Matrix community channel or Matrix development channel, or on IRC in Libera.Chat channels #keepassxc and #keepassxc-dev.

You may directly contribute your own code by submitting a pull request. Please read the CONTRIBUTING document for further information.

Contributors are required to adhere to the project's Code of Conduct.

License

KeePassXC code is licensed under GPL-2 or GPL-3. Additional licensing for third-party files is detailed in COPYING.