Sunday, July 1, 2018

Monday, May 14, 2018

Cross-site Request Forgery protection in web applications via Synchronizer Token Patterns

What is CSRF(Cross-site Request Forgery)? Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they're currently authenticated. Little bit confusing right, watch the below video you will understand it fully. What is Synchronizer...

Cross-site Request Forgery protection in web applications via Double Submit Cookies Patterns

What is Double submit cookies? A double submit cookie is defined as sending a random value in both a cookie and as a request parameter, with the server verifying if the cookie value and request value match. Simply what it means is setting a cookie with a generated token in server side so that attacker...

OAuth with Facebook Javascript SDK

What is OAuth? OAuth (Open Authorization) is an open standard for token-based authentication and authorization on the Internet. ... OAuth acts as an intermediary on behalf of the end user, providing the service with an access token that authorizes specific account information to be shared. Like login...

Friday, August 1, 2014

Friday, May 30, 2014

HTML පාඩම අංක 3

හුග කාලෙකින් පොස්ට් එකක් ලියන්නේ මේ :) ඉතින් HTML පාඩම අංක 3 මෙන්න අරන් අවා.... කලින් පාඩම් බලන්න පහල ලින්ක් වලින් යන්න... HTML පළමු පාඩම HTML දෙවන පාඩම කලින් පාඩමේ තියෙන tag වලින් මොනවද වෙන්නේ...

Sunday, May 4, 2014