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
2018-04-23 18:55:32 +02:00
app Add pro app name 2018-04-23 15:51:13 +02:00
art Upgrade fastlane 2018-04-23 18:55:32 +02:00
fastlane Upgrade fastlane 2018-04-23 18:55:32 +02:00
gradle/wrapper Updates to support new gradle and android studio versions 2017-10-30 22:04:24 -05:00
icon-pack-classic Fix bugs for Icons and Styles, add contribution and pro dialog 2018-04-16 15:27:45 +02:00
icon-pack-material Fix bugs for Icons and Styles, add contribution and pro dialog 2018-04-16 15:27:45 +02:00
LICENSES Change font by Droid Sans Mono Slashed and activate by default, add it in password generator #86 2018-04-19 11:09:55 +02:00
.gitignore remove .idea files from being tracked 2018-04-05 13:17:13 +02:00
build.gradle Solve open file bug 2017-11-28 01:27:22 +01:00
CHANGELOG Upgrade Changelogs and versions 2018-04-20 10:44:22 +02:00
CONTRIBUTORS Merge branch 'JanThomas118-update-german-translation' into develop 2018-01-28 19:31:17 +01:00
gplv3.md GPL2 to GPL3 2018-04-05 18:41:49 +02:00
gradle.properties Fix compilation 2018-03-09 22:24:26 +01:00
gradlew Move to android studio style project structure with gradle builds. 2016-01-03 21:14:59 -06:00
gradlew.bat Move to android studio style project structure with gradle builds. 2016-01-03 21:14:59 -06:00
LICENSE GPL2 to GPL3 2018-04-05 18:41:49 +02:00
ReadMe.md Upgrade fastlane 2018-04-23 18:55:32 +02:00
settings.gradle New icon pack importer 2018-04-09 21:37:28 +02:00

Android Keepass DX

Keepass DX 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, KeePass XC...)
  • Allows fast copy of fields and opening of URI / URL
  • Fingerprint for fast unlocking
  • Material design with themes
  • AutoFill and Integration
  • Precise management of settings

Keepass DX is opensource and ad-free.

What is KeePass?

Today you need to remember many passwords. You need a password for the Windows network logon, 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.

KeePass is a free open source password manager, 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 (AES and Twofish). For more information, see the features page.

Is it really free?

Yes, KeePass is really free, and more than that: it is open source (OSI certified). You can have a look at its full source and check whether the encryption algorithms are implemented correctly.

Contributions

You can contribute in different ways to help us on our work.

  • Add features by a pull request.
  • Help to translate into your language
  • Donate 人◕ ‿‿ ◕人Y for a better service and a quick development of your features.
  • Buy the Pro version of KeePass DX

Download

Get it on F-Droid

Get it on Google Play

License

Copyright (c) 2017 Jeremy Jamet / Kunzisoft.

This file is part of KeePass DX.

KeePass DX 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.

KeePass DX 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 KeePass DX. If not, see http://www.gnu.org/licenses/.

This project is a fork of KeepassDroid by bpellin.