Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sorz/TinyKeePass
Another simple read-only KeePass Android app.
https://github.com/sorz/TinyKeePass
android-application keepass password-manager
Last synced: 2 months ago
JSON representation
Another simple read-only KeePass Android app.
- Host: GitHub
- URL: https://github.com/sorz/TinyKeePass
- Owner: sorz
- License: other
- Created: 2017-07-06T16:22:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T08:06:08.000Z (over 3 years ago)
- Last Synced: 2024-11-14T02:44:57.930Z (2 months ago)
- Topics: android-application, keepass, password-manager
- Language: Java
- Size: 1.07 MB
- Stars: 46
- Watchers: 9
- Forks: 12
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-keepass - TinyKeePass - `Java/Kotlin` Another simple read-only KeePass Android app (Clients / Android clients)
README
# 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](https://github.com/Kunzisoft/KeePassDX) for a full-feature experiences.
[Google Play](https://play.google.com/store/apps/details?id=org.sorz.lab.tinykeepass)
[F-Droid](https://f-droid.org/packages/org.sorz.lab.tinykeepass/)## Features
* Fetch/update database from HTTP(S)/WebDav server, support HTTP basic auth.
* Remember master password, which is protected by
[Android Keystore System](https://developer.android.com/training/articles/keystore.html).
(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](http://keepass.info/):
the free, open source, light-weight and easy-to-use password manager.* [KeePassDX](https://github.com/Kunzisoft/KeePassDX):
KeePass implementation for android with material design and deluxe features.