Show HN: A free private (secure) journaling app with sharing functionality
1–4 of 4 posts
Re: Show HN: A free private (secure) journaling app with sharing functionality
#2it's another cloud platform that you have to trust, so it'd not be true that "you really own your data"
Re: Show HN: A free private (secure) journaling app with sharing functionality
#3really nice idea, except heroku recommendation it's another cloud platform that you have to trust, so it'd not be true that "you really own your data"
I am definitely no expert at security. What hosting would you recommend?
Re: Show HN: A free private (secure) journaling app with sharing functionality
#4really nice idea, except heroku recommendation it's another cloud platform that you have to trust, so it'd not be true that "you really own your data"
Yeah that's a good point. I thought the data encryption made it "safe enough". I also wanted to strike a balance between nice security features and ease of use. I am definitely no expert at security. What hosting would you recommend?
IMO, the best model is to encrypt the data locally on your device, WITHOUT relying on a remote javascript software in a webpage to encrypt data, then sync already encrypted data to some server.
Some tools that may fit for ecnryption: PGP/GnuPG , SQLcipher.
Some tools that may fit for syncing your data: syncthing, megasync, any other cloud provider sync API.