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
2023-09-09 21:34:28 +02:00
.github Update FUNDING.yml 2022-04-12 20:43:48 +02:00
app Revert "fix: Small bug" 2023-09-09 21:21:04 +02:00
art Replace art screen 2023-09-09 21:24:40 +02:00
crypto Merge pull request #1582 from MarijnS95/icon-pack-JavaVersion 2023-07-31 16:08:35 +02:00
database feat: Add recursive number of entries #874 #1327 2023-09-08 20:32:19 +02:00
fastlane fix: fastlane changelog version 2023-09-09 21:30:51 +02:00
gradle/wrapper fix: exec gradlew version 7.5.1 to update scripts 2022-08-23 11:32:10 +02:00
icon-pack Add JavaVersion compatible to icon-pack 2023-06-22 01:11:06 +02:00
LICENSES Licensing organization 2020-11-21 14:11:23 +01:00
.gitignore Update fastlane to copy the release file with name 2022-04-19 18:04:12 +02:00
build.gradle fix: Upgrade to SDK 33 2023-06-17 19:01:35 +02:00
CHANGELOG Upgrade to 4.0.0 2023-09-08 21:14:21 +02:00
Gemfile Update fastlane to copy the release file with name 2022-04-19 18:04:12 +02:00
Gemfile.lock feat: Logo color 2023-08-19 12:20:41 +02:00
gradle.properties fix: Add configuration cache 2023-07-09 10:14:07 +02:00
gradlew fix: exec gradlew version 7.5.1 to update scripts 2022-08-23 11:32:10 +02:00
gradlew.bat fix: exec gradlew version 7.5.1 to update scripts 2022-08-23 11:32:10 +02:00
LICENSE Licensing organization 2020-11-21 14:11:23 +01:00
README.md feat: new year 2023-01-22 21:30:37 +01:00
settings.gradle fix: crypto module at the upper level 2023-05-14 21:33:37 +02:00

Android KeePassDX

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

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, KeePassXC, KeeWeb, …).
  • 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.
  • Dynamic templates
  • 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 Get it on Github

Frequently Asked Questions

Other questions? You can read the FAQ

Other devices

License

Copyright © 2023 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.