Hacker News new | ask | show | jobs
by WhiteSource1 3449 days ago
How about putting a tool like Incapsula on top (free option offers 2 factor authentication) which makes hacking just a bit harder.
1 comments

2 factor authentication is great, but it won't stop an attacker from using an XSS attack to get the authentication cookie.

In general, security isn't something that can be tacked on as an afterthought, it has to be built in from the beginning.