Security A note on CSRF attack and JWT authentication Questions What is CSRF? How to prevent CSRF? Is Same-Site Cookie the silver bullet? What is JWT authentication? Is using JWT enough to prevent CSRF? What are the considerations when implementing JWT authentication?
CS Cookie security 101 What is it? a piece of data stored in browser. can be set by: client: via Javascript. server: via HTTP response header. cookie is automatically passed to server in header of request. cookies
CS From RSA, Diffie Hellman to TLS protocol Background The questions I want to answer: How RSA and Diffie Hellman work? Pros and cons? How TLS handshake works? Why do we need both RSA and DP in TLS, when seem like