# Android KeepassDX KeepassDX is a **multi-format KeePass manager for Android devices**. The application allows to create keys and passwords in a secure way by integrating with the Android design standards. ### Features * Create database files / entries and groups * Support for **.kdb** and **.kdbx** files (version 1 to 4) with AES - Twofish - ChaCha20 - Argon2 algorithm * **Compatible** with the majority of alternative programs (KeePass, KeePassX, KeePassXC...) * Allows **fast copy** of fields and opening of URI / URL * **Biometric recognition** for fast unlocking *(Fingerprint / Face unlock / ...)* * **One-Time Password** management *(HOTP / TOTP)* for Two-factor authentication (2FA) * Material design with **themes** * **AutoFill** and Integration * Field filling **keyboard** * Precise management of **settings** * Code written in **native language** *(Kotlin / Java / JNI / C)* KeepassDX is **open source** and **ad-free**. ## What is KeePassDX? Today you need to remember many passwords. You need a password for your e-mail account, your website's FTP password, online passwords (like website member account), etc. etc. etc. The list is endless. Also, you **should use different passwords for each account**. Because if you use only one password everywhere and someone gets this password you have a problem... A serious problem. The thief would have access to your e-mail account, website, etc. Unimaginable. KeePassDX is a **free open source password manager for Android**, which helps you to **manage your passwords in a secure way**. You can put all your passwords in one database, which is locked with one **master key** or a **key file**. So you **only have to remember one single master password or select the key file** to unlock the whole database. The databases are encrypted using the best and **most secure encryption algorithms** currently known. ## Is it really free? Yes, KeePassDX is under **free license (OSI certified)** and **without advertising**. You can have a look at its full source and check whether the encryption algorithms are implemented correctly. *Note : If you access the application from a store, visual styles may not be available to encourage contribution to the work of open source projects. These optional styles are accessible after a contribution (and a congratulation message :) or the purchase of an extended version, but do not worry, the main features remain completely free. If you contribute to the project and you do not have access to the themes, do not hesitate to contact me at [contact@kunzisoft.com](contact@kunzisoft.com), I will give you the procedure.* ## Contributions You can contribute in different ways to help us on our work. * Add features by a **[pull request](https://help.github.com/articles/about-pull-requests/)**. * Help to **[translate](https://hosted.weblate.org/projects/keepass-dx/strings/)** into your language (By using [Weblate](https://hosted.weblate.org/projects/keepass-dx/) or with a manual [pull request](https://help.github.com/articles/about-pull-requests/)) * **[Donate](https://www.kunzisoft.com/donation)** 人◕ ‿‿ ◕人Y for a better service and a quick development of your features. * Buy the **[Pro version](https://play.google.com/store/apps/details?id=com.kunzisoft.keepass.pro)** of KeePassDX ## Download *We recommend the installation from [F-Droid](https://f-droid.org/en/packages/com.kunzisoft.keepass.libre/) which verifies that all libraries and application code are open source.* [Get it on F-Droid](https://f-droid.org/en/packages/com.kunzisoft.keepass.libre/) [Get it on Google Play](https://play.google.com/store/apps/details?id=com.kunzisoft.keepass.free) ## F.A.Q. Other questions? You can read the [F.A.Q.](https://github.com/Kunzisoft/KeePassDX/wiki/F.A.Q.) ## Other devices - [KeePass](https://keepass.info/) (https://keepass.info/) is the original and official project for desktop, with technical documentation for standardized database files. It is updated regularly with active maintenance (written in C#). - [KeePassXC](https://keepassxc.org/) (https://keepassxc.org/) is an alternative integration to KeePass written in C++. - [KeeWeb](https://keeweb.info/) (https://keeweb.info/) is a web version also compatible with KeePass files. ## License Copyright (c) 2020 Jeremy Jamet / [Kunzisoft](https://www.kunzisoft.com). This file is part of KeePassDX. [KeePassDX](https://www.keepassdx.com) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. KeePassDX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with KeePassDX. If not, see . *This project is a fork of [KeepassDroid](https://github.com/bpellin/keepassdroid) by bpellin.*