Hacker News new | ask | show | jobs
by bitdeep 2751 days ago
Man... now a days, it's impossible for a modern web app to not use JSON parsing. Can't see this as problem for a password manager. If you can't trust in the browser, you are dead. Ok, Kasp want to sell they fish, but, we need good arguments.
1 comments

Most web apps do this in a JavaScript context inside the browser's security sandbox, not as native C++ code with unknown privileges.