-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebDAV sync feature added to KeePassDroid #16
base: master
Are you sure you want to change the base?
Conversation
Mike, I'm currently working on getting write support for .kdbx in. Once, I I am a little nervous about adding the internet permission to the app. -Brian On Wed, Dec 7, 2011 at 12:22 AM, Michael Mohr
|
Conflicts: AndroidManifest.xml
Hi, I just wanted to add my thoughts about this. I would avoid any application which offers to keep all my passwords and accounts and is asking for Internet access. In order to quickly upload newer DB to cloud, I personally did a small change to KeePassDroid by adding a menu item which shares the DB file. So after I change something in the DB, I back out to the first screen (where I am choosing the DB), click the share action and then choose Dropbox from the target chooser dialog. For me this is a good enough way to keep the DB in the cloud, with minimum hassle. |
Absolutely agree with Brian and DanielSCy, avoid internet permission. KeePassDroid should follow the KeePass application philosophy which is: safely store passwords in an encrypted file. So, syncing should be external to the app, anyone being free to do whatever they want with the encrypted file, eventually using any third party cloud service for syncing purpose. I personally use Dropbox with added security of BoxCryptor. |
Brian - I know that this is something that you've put off doing, probably because it is a lot of work... Trust me, it was :) I am aware that there is some concern w.r.t requesting network permissions on install, but consider that the desktop applications already have such access. I am also aware that this isn't a perfect implementation, but I decided to not let perfection get in the way of a pretty awesome functionality.
I plan to use this sync feature within my company's IT department to share password lists, and also to keep my own personal list of secrets on an Apache server that I control. So I'm hoping that this functionality makes it into mainline.