PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Pouya Darabi   Security Helper   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Security Helper
Validate user input for security purposes
Author: By
Last change: Update of README.md
Date: 9 months ago
Size: 340 bytes
 

Contents

Class file image Download

This class can validate user input for security purposes.

It can validate request values to check if they are of expected types like dates, integers, email, float, array or string.

The class can also filter values to prevent cross-site scripting attacks (XSS) attacks, and create hashes of passwords for subsequent password verification.