Explain to non tech savvy person how to check that your connection to mybank.com is safe?

I was reading the security advice given by the Swedish Bankers’ Association. They included these two pieces of advice (my translation), that I assume is to teach the user to check for SSL/TLS and protect from SSL-strip:

Continue reading Explain to non tech savvy person how to check that your connection to mybank.com is safe?

What’s a good time period before refreshing CSRF token of the user session?

I am using a form token to prevent CSRF attacks. Those tokens are stored and tied to a user’s session. Now I want to refresh the token only every N minutes or hours so that the user’s don’t experience any usability issues lik… Continue reading What’s a good time period before refreshing CSRF token of the user session?