Lightweight vault and password manager for Android, KeePassDX allows editing encrypted data in a single file in KeePass format and fill in the forms in a secure way. https://www.keepassdx.com/
Find a file
2021-04-13 09:11:05 +02:00
.github/ISSUE_TEMPLATE Harmonization of KeePass names 2020-11-21 11:51:20 +01:00
app Fix timeout strings 2021-04-10 20:53:24 +02:00
art Change notification icon 2020-12-08 11:17:39 +01:00
crypto Force twofish padding compatibility #955 2021-04-08 12:55:23 +02:00
fastlane Update CHANGELOG 2021-04-10 20:56:25 +02:00
gradle/wrapper Upgrade gradle and libs 2020-11-21 19:09:54 +01:00
icon-pack-classic Upgrade build tool version to 30.0.3 in icon packs 2021-03-25 11:27:25 +01:00
icon-pack-material Upgrade build tool version to 30.0.3 in icon packs 2021-03-25 11:27:25 +01:00
LICENSES Licensing organization 2020-11-21 14:11:23 +01:00
.gitignore Add Read support for TOTP Tokens 2018-09-16 22:11:23 -07:00
build.gradle Upgrade gradle and kotlin 2021-03-25 11:29:24 +01:00
CHANGELOG Update CHANGELOG 2021-04-10 20:56:25 +02:00
gradle.properties Fix Room incremental warning 2020-03-08 09:50:32 +01:00
gradlew Update gradle wrapper 2020-05-29 21:21:57 -04:00
gradlew.bat Update gradle wrapper 2020-05-29 21:21:57 -04:00
LICENSE Licensing organization 2020-11-21 14:11:23 +01:00
README.md Harmonization of KeePass names 2020-11-21 11:51:20 +01:00
settings.gradle Rename crypto module 2021-03-26 16:53:09 +01:00

Android KeePassDX

KeePassDX is a multi-format KeePass manager for Android devices. The app allows creating 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 opening and copying URI / URL fields quickly.
  • Biometric recognition for fast unlocking (fingerprint / face unlock / …).
  • One-Time Password management (HOTP / TOTP) for Two-factor authentication (2FA).
  • Material design with themes.
  • Auto-Fill and Integration.
  • Field filling keyboard.
  • History of each entry.
  • Precise management of settings.
  • Code written in native languages (Kotlin / Java / JNI / C).

KeePassDX is open source and ad-free.

What is KeePassDX?

An alternative to remembering an endless list of passwords manually. This is made more difficult by using different passwords for each account. If you use one password everywhere and security fails only one of those places, it grants access to your e-mail account, website, etc, and you may not know about it or notice, before bad things happen.

KeePassDX is a password manager for Android, which helps you manage your passwords in a secure way. You can put all your passwords in one database, locked with a master key and/or a keyfile. You only have to remember one single master password and/or select the keyfile to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known.

Small print?

KeePassDX is under open source GPL3 license, meaning you can use, study, change and share it at will. Copyleft ensures it stays that way. From the full source, anyone can build, fork, and check whether for example the encryption algorithms are implemented correctly. There is no advertising.

Do not worry, the main features remain completely free.

Optional visual styles are accessible after a contribution (and a congratulatory message (Ո‿Ո) ) or the purchase of an extended version to encourage contribution to the work of open source projects! If you contribute to the project and do not have access to the styles, do not hesitate to contact the author at contact@kunzisoft.com.

Contributions

Download

F-Droid is the recommended way of installing, a libre software project that verifies that all the libraries and app code is libre software.

Get it on F-Droid

Get it on Google Play

Frequently Asked Questions

Other questions? You can read the FAQ

Other devices

License

Copyright © 2020 Jeremy Jamet / Kunzisoft.

This file is part of KeePassDX.

KeePassDX 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 http://www.gnu.org/licenses/.

This project is a fork of KeePassDroid by bpellin.