+ 2
Which language is good to secure a website?
website's security
3 Answers
+ 2
Pig latin. Impossible to decode.
Most of your security is going to come from your server-side language and how you allow your users to interact with your databases via the website. So I'd look into proper security via SQL and how you can move certain things to server side instead of keeping it on the user's local machine.
+ 2
sanitize your inputs
+ 1
Thank you so much