Prevent Session Hijacking with copying all metadata from a browser

For example, I’m signed in to my Gmail account. If I copy all data from all the places that Chrome uses (localstorage, all the cookies, all temp folders and so on) to another PC.

How does Google prevent my old session from hijacking?
Let’… Continue reading Prevent Session Hijacking with copying all metadata from a browser

Why PAKE or Zero-knowledge password proof didn’t replace sending a password via HTTPS

Technologies like Zero-knowledge password proof and PAKE seems to be pretty mature but almost all modern web-sites still send passwords over HTTPS to check authentication. At first glance, this protocols look like a magic pill, but still n… Continue reading Why PAKE or Zero-knowledge password proof didn’t replace sending a password via HTTPS