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
2017-11-17 15:32:09 +01:00
.idea Updates to support new gradle and android studio versions 2017-10-30 22:04:24 -05:00
app Solve bug for libre flavor 2017-11-17 15:32:09 +01:00
art Update Readme and solve logo bug 2017-11-15 20:01:46 +01:00
gradle/wrapper Updates to support new gradle and android studio versions 2017-10-30 22:04:24 -05:00
local Add favicon asset. 2013-03-11 20:32:41 -05:00
.gitignore Merge branch 'master' into develop (Add fingerprint) 2017-11-02 20:12:48 +01:00
build.gradle Merge branch 'master' into develop (Add fingerprint) 2017-11-02 20:12:48 +01:00
CHANGELOG Update Readme, Changelog and remove api key 2017-11-16 20:34:37 +01:00
CONTRIBUTORS Merge branch 'master' into develop (Add fingerprint) 2017-11-02 20:12:48 +01:00
COPYING.gpl-2.0 Initial import. 2009-01-24 17:10:23 -06: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 Merge branch 'master' into develop (Add fingerprint) 2017-11-02 20:12:48 +01:00
ReadMe.md Update Readme, Changelog and remove api key 2017-11-16 20:34:37 +01:00
settings.gradle Move to android studio style project structure with gradle builds. 2016-01-03 21:14:59 -06:00

Android Keepass DX

Keepass DX is a material design Keepass Client for manage keys and passwords in crypt database for your android device.

Features

  • Create database file / entries and groups
  • Open database, copy username / password, open URI / URL
  • Fingerprint for fast unlocking
  • Material design with themes
  • Device integration and AutoFill (In progress)

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.

Donation

Even if the application is free, to maintain the application, you can make donations.

Donation Paypal

Donation Liberapay

JNI

Native library build instructions:

  1. Make sure you have the latest MIPS Android NDK installed: https://developer.android.com/tools/sdk/ndk/index.html
  2. From KeePassDroid/app/src/main/jni, call prep_build.sh to download and unpack the crypto sources.
  3. The standard gradle files build everything now.

This project is a fork of KeepassDroid by bpellin.

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 2 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/.