It's not exactly what you are asking for, but I can tell you what I do - since I stopped running my own server from my house (which is no more secure than other things connected to a network and which is costly in electricity).
I use a simple PIM (Personal Information Manager) app on Android called Pocket, where I put all my account info, memberships, subscriptions, wiki notes, serial numbers etc. in. The app is proprietary (not open source) but encrypts data using 256bit AES, a 20 byte salt and a PBE count of 100. All strings simply go into a SQLlite in a single file in your DropBox folder. The reason I know this is because I analyzed the app and wrote my own desktop client for it (after getting the Ok from the original developer) and I sleep good at night knowing exactly what goes on. And *if* you decide you want to take a look at going this route, I'd have no problem sharing the code. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To view this discussion on the web visit https://groups.google.com/d/msg/javaposse/-/cp78N7i9d0YJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
