Skip to content

sorz/TinyKeePass

Repository files navigation

TinyKeePass

Another simple read-only KeePass Android app.

Only what I personally need are implemented, lacks lots of common functions, and possibly buggy.

Use KeePassDX for a full-feature experiences.

Google Play F-Droid

Features

  • Fetch/update database from HTTP(S)/WebDav server, support HTTP basic auth.

  • Remember master password, which is protected by Android Keystore System. (Cannot not-to-remember password, though)

  • Fingerprint or screen lock support.

  • Copy username and/or password to clipboard, with counting down on notification.

  • Searching.

  • Autofill on Oreo or above

  • No support: any edit/delete operations, groups, display fields other than title, username, password, and URL.

  • Android >= 7.0 (N)

Credits

  • KeePass: the free, open source, light-weight and easy-to-use password manager.

  • KeePassDX: KeePass implementation for android with material design and deluxe features.