Hacker News new | ask | show | jobs
by josephcsible 1256 days ago
> localStorage or sessionStorage, both of which are 100% insecure.

This makes me doubt everything else he says.

1 comments

I'll admit "100% insecure" is perhaps a bit hyperbolic, but they are insecure from the standpoint that any other script executing on the page can examine the contents of either localStorage or sessionStorage and then try to perform a brute force attack.