• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cmake/H12-Jun-2021-1,090957

docs/H03-May-2022-2,2231,776

share/H03-May-2022-309,775309,001

snap/local/launchers/H12-Jun-2021-2715

src/H03-May-2022-133,687105,423

tests/H03-May-2022-22,43016,111

utils/H12-Jun-2021-809575

.clang-formatH A D12-Jun-20212.5 KiB8987

.gitrevH A D12-Jun-20217 11

.versionH A D12-Jun-20215 11

CHANGELOG.mdH A D12-Jun-202141.7 KiB896756

COPYINGH A D12-Jun-202110.6 KiB233212

INSTALL.mdH A D12-Jun-20216.4 KiB167121

LICENSE.BSDH A D12-Jun-20211.3 KiB2420

LICENSE.CC0H A D12-Jun-20216.7 KiB129108

LICENSE.GPL-2H A D12-Jun-202117.6 KiB340281

LICENSE.GPL-3H A D12-Jun-202134.2 KiB677553

LICENSE.LGPL-2.1H A D12-Jun-202125.9 KiB503418

LICENSE.LGPL-3H A D12-Jun-20217.5 KiB166128

LICENSE.MITH A D12-Jun-20211 KiB2016

LICENSE.NOKIA-LGPL-EXCEPTIONH A D12-Jun-20211.1 KiB2420

LICENSE.OFLH A D12-Jun-20214.5 KiB9778

README.mdH A D12-Jun-20214.2 KiB5541

release-toolH A D12-Jun-202144 KiB1,3511,052

sonar-project.propertiesH A D12-Jun-2021673 1914

README.md

1# <img src="https://keepassxc.org/images/keepassxc-logo.svg" width="40" height="40"/> KeePassXC
2[![TeamCity Build Status](https://ci.keepassxc.org/app/rest/builds/buildType:\(project:KeepassXC\)/statusIcon)](https://ci.keepassxc.org/?guest=1)
3[![codecov](https://codecov.io/gh/keepassxreboot/keepassxc/branch/develop/graph/badge.svg)](https://codecov.io/gh/keepassxreboot/keepassxc)
4[![GitHub release](https://img.shields.io/github/release/keepassxreboot/keepassxc)](https://github.com/keepassxreboot/keepassxc/releases/)
5
6[KeePassXC](https://keepassxc.org) 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 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.
7
8## Quick Start
9The [QuickStart Guide](https://keepassxc.org/docs/KeePassXC_GettingStarted.html) gets you started using KeePassXC on your Windows, macOS, or Linux computer using pre-compiled binaries from the [downloads page](https://keepassxc.org/download). 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](https://keepassxc.org/docs/KeePassXC_UserGuide.html).
10
11## Features List
12KeePassXC 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.
13
14### Basic
15* Create, open, and save databases in the KDBX format (KeePass compatible to KDBX4 and KDBX3)
16* Store sensitive information in entries that are organized by groups
17* Search for entries
18* Password generator
19* Auto-Type passwords into applications
20* Browser integration with Google Chrome, Mozilla Firefox, Microsoft Edge, Chromium, Vivaldi, Brave, and Tor-Browser
21* Entry icon download
22* Import databases from CSV, 1Password, and KeePass1 formats
23
24### Advanced
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
39For a full list of changes, read the [CHANGELOG](CHANGELOG.md) document. \
40For a full list of keyboard shortcuts, see [KeyboardShortcuts.adoc](./docs/topics/KeyboardShortcuts.adoc)
41
42## Building KeePassXC
43
44Detailed instructions are available in the [Build and Install](./INSTALL.md) page and in the [Wiki](https://github.com/keepassxreboot/keepassxc/wiki/Building-KeePassXC).
45
46## Contributing
47
48We 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](https://github.com/keepassxreboot/keepassxc/issues) on GitHub or join us on IRC in [freenode](https://webchat.freenode.net/) channels #keepassxc and #keepassxc-dev.
49
50You may directly contribute your own code by submitting a pull request. Please read the [CONTRIBUTING](.github/CONTRIBUTING.md) document for further information.
51
52## License
53
54KeePassXC code is licensed under GPL-2 or GPL-3. Additional licensing for third-party files is detailed in [COPYING](./COPYING).
55