raminfp / PYHelper

management on your code of validation and security (XSS) and sqlalchemy serializer (JSON)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PYHelper (Validation Input fields , Security (XSS,Password Hash,Encryption) , Serializer SQLAlchemy Model)

PYHelper create management on your code of validation and security (XSS) and sqlalchemy serializer (JSON)

###validation validation input field you should use class Is_Valid(object): Is_valid class

Security

avoid XSS (Cross Site Scripting) : XSS class
password hash : PassHash class
RSA encryption : RSA class

Serializer

Serializer SQLAl Model : Serializer class

SQLAlchemy

SQLAl Model : SQLAlchemy class

install package of requirements.txt

About

management on your code of validation and security (XSS) and sqlalchemy serializer (JSON)


Languages

Language:Python 100.0%