This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "CSRFProtector Project"
From OWASP
A V Minhaz (talk | contribs) (→Quick Links) |
A V Minhaz (talk | contribs) (reference added) |
||
Line 17: | Line 17: | ||
<li><b>php library: </b> A standalone php library which can be integrated with any existing web application or used while creating a new php project. All developer need to do is include the library and call the initiating function. [https://github.com/mebjas/CSRF-Protector-PHP/wiki View More] | <li><b>php library: </b> A standalone php library which can be integrated with any existing web application or used while creating a new php project. All developer need to do is include the library and call the initiating function. [https://github.com/mebjas/CSRF-Protector-PHP/wiki View More] | ||
</li> | </li> | ||
+ | <br> | ||
+ | Its based on the research paper [http://www3.cs.stonybrook.edu/~rpelizzi/jcsrf.pdf A Server- and Browser-Transparent CSRF Defense for Web 2.0 Applications - ACSAC 2011] | ||
+ | |||
==Why CSRF Protector?== | ==Why CSRF Protector?== | ||
CSRF Protector is suitable for three group of developers: | CSRF Protector is suitable for three group of developers: |