Hacker News new | ask | show | jobs
by Roark66 1899 days ago
This is pretty cool. Personally, I would love a multiplatform app like this. My wish list for it would be to: - Run on Android, Windows and Linux - Have a self hosted Web front end (this is already here) - Use encrypted flat files for storage with data stored in a way that lets the app do incremental synchronisation between instances (examples of what I mean: git, rsync).

Perhaps use different encryption types and password recovery mechanisms for different kinds of data. For example encrypt your forum passwords with an easily resetable pin, encrypt your Web banking details with a secure password(or 2fa) you can reset with a key you can print out and store in a safe. - Finally, support scripting so you can extend the app's functionality.