How to secure data while using jQuery? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

How to secure data while using jQuery?

Security issues

19th May 2018, 1:07 PM
Athul Babu
Athul Babu - avatar
2 Respostas
+ 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