https://github.com/mebjas/jcsrf-implementation
jCSRF is a proposed framework for prevention of CSRF in web applications
https://github.com/mebjas/jcsrf-implementation
Last synced: about 1 month ago
JSON representation
jCSRF is a proposed framework for prevention of CSRF in web applications
- Host: GitHub
- URL: https://github.com/mebjas/jcsrf-implementation
- Owner: mebjas
- Created: 2014-02-26T21:35:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-26T04:33:54.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T01:50:34.321Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 441 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
PHP security library for CSRF prevention
========================================Stand alone library for **Cross Site Request Forgery** prevention. Inspired from research paper by on jCSRF by Riccardo Pellizi & R. Sekar
Added: tests against existing methods