How to secure data while using jQuery? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to secure data while using jQuery?

Security issues

19th May 2018, 1:07 PM
Athul Babu
Athul Babu - avatar
2 Answers
+ 2
The client side is never secure. any data you pass to a server is to be considered unsafe, to be escaped, filtered, validated before anything can be done with it (server side).
19th May 2018, 2:27 PM
seamiki
seamiki - avatar
+ 3
if youre parsing info to php with ajax,you Should seriously consider encryption.
19th May 2018, 1:21 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar