2025.07.13F·160CSRF: One Click, Account Drained
I just clicked an interesting link, and money was transferred under my name. My journey to understanding CSRF, the sneaky attack that exploits your logged-in session.
CSSecurityWeb
→2025.05.15W·02Browser Storage Guide: Cookies vs LocalStorage vs IndexedDB vs Cache API
A comprehensive deep dive into client-side storage. From Cookies to IndexedDB and the Cache API. We explore security best practices for JWT storage (XSS vs CSRF), performance implications of synchronous APIs, and how to build offline-first applications using Service Workers.
WebBrowserStorage
→