+ 2
How to secure data while using jQuery?
Security issues
2 Antworten
+ 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).
+ 3
if youre parsing info to php with ajax,you Should seriously consider encryption.