keepassxc/README.md

58 lines
2.8 KiB
Markdown
Raw Normal View History

2017-12-12 08:15:23 +00:00
# <img src="https://keepassxc.org/logo.png" width="40" height="40"/> KeePassXC
2018-11-17 13:28:23 +00:00
[![TeamCity Build Status](https://ci.keepassxc.org/app/rest/builds/buildType:\(project:KeepassXC\)/statusIcon)](https://ci.keepassxc.org/?guest=1) [![codecov](https://codecov.io/gh/keepassxreboot/keepassxc/branch/develop/graph/badge.svg)](https://codecov.io/gh/keepassxreboot/keepassxc)
2018-06-11 03:24:02 +00:00
## About KeePassXC
[KeePassXC](https://keepassxc.org) is a cross-platform community fork of
2017-12-12 08:15:23 +00:00
[KeePassX](https://www.keepassx.org/).
Our goal is to extend and improve it with new features and bugfixes
to provide a feature-rich, fully cross-platform and modern
open-source password manager.
## Installation
2017-12-12 08:15:23 +00:00
The [KeePassXC QuickStart](./docs/QUICKSTART.md) gets you started using
KeePassXC on your Windows, Mac, 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 out your distribution's package list to see if KeePassXC is available.
2014-03-23 19:25:15 +00:00
2017-01-24 23:03:00 +00:00
## Additional features compared to KeePassX
2017-06-29 01:51:40 +00:00
- Auto-Type on all three major platforms (Linux, Windows, macOS)
- Twofish encryption
- YubiKey challenge-response support
- TOTP generation
- CSV import
- Command line interface
- DEP and ASLR hardening
- Stand-alone password and passphrase generator
2017-01-24 23:03:00 +00:00
- Password strength meter
- Using website favicons as entry icons
2017-01-24 23:03:00 +00:00
- Merging of databases
- Automatic reload when the database changed on disk
- Browser integration with KeePassXC-Browser using [native messaging](https://developer.chrome.com/extensions/nativeMessaging) for [Mozilla Firefox](https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/) and [Google Chrome, Chromium, Vivaldi, or Brave](https://chrome.google.com/webstore/detail/keepassxc-browser/oboonakemofpalcgghocfoadofidjkkk)
2019-01-17 03:53:29 +00:00
- Synchronize passwords using KeeShare. See [Using Sharing](./docs/QUICKSTART.md#using-sharing) for more details.
- Many bug fixes
2017-01-24 23:03:00 +00:00
For a full list of features and changes, read the [CHANGELOG](CHANGELOG) document.
For a full list of keyboard shortcuts, see [KEYBINDS](./docs/KEYBINDS.md)
2016-10-06 03:03:13 +00:00
## Building KeePassXC
2017-12-12 08:15:23 +00:00
Detailed instructions are available in the [Build and Install](./INSTALL.md)
page or on the [Wiki page](https://github.com/keepassxreboot/keepassxc/wiki/Building-KeePassXC).
## Contributing
2017-12-12 08:15:23 +00:00
We are always looking for suggestions how to improve our application.
If you find any bugs or have an idea for a new feature, please let us know by
opening a report in our [issue tracker](https://github.com/keepassxreboot/keepassxc/issues)
on GitHub or join us on IRC on freenode channels #keepassxc or #keepassxc-dev.
2017-01-24 23:03:00 +00:00
You can of course also directly contribute your own code. We are happy to accept your pull requests.
2017-04-05 09:30:39 +00:00
Please read the [CONTRIBUTING document](.github/CONTRIBUTING.md) for further information.
## License
GPL-2 or GPL-3