Ask HN: Storing financial data securely in web apps?
1 comments
I'm not sure about all security-related aspects of it, but concerning a separation between application logic and data, unhosted[1] comes to mind.
[1] http://www.unhosted.org
[1] http://www.unhosted.org
thanks, that looks interesting!
Intuitively I'd store it on the users computer (IndexedDB, File Api?) because many users won't store their data on any web service.
Is there a better way I'm missing?