-
Notifications
You must be signed in to change notification settings - Fork 11
Version 1.x
Dan edited this page Apr 8, 2018
·
1 revision
Version 1 is really a BETA release that implements the features that I really needed asap.
- can open a KeePass2 kdbx database using a password or password & key combination from the filesystem (files must be imported via the contenthub using the filemanager application)
- can display username, password, Url and Notes fields
- can navigate the group tree
- rudimentary search feature
- auto sign-out after a period of inactivity
Please see the issue tracker for known issues in v1
- can't create new databases
- can't write KeepPass2 kdbx databases
- can't open password databases from the internet
- can't show password history
- can't uncompress gzipped databases
- probably loads of other stuff
Acknowledgements (I am building Keepit on the shoulders of these giants):
- The creators of KeePass2 (http://keepass.info/)
- Lee Thomason for tinyxml2 (http://www.grinninglizard.com)
- The creators of Crypto++ (https://www.cryptopp.com/)
- The creators of Beru (http://rschroll.github.io/beru/)
- The creators of zlib (http://www.zlib.net/)
- Gao Dasheng