What is code security?
And also what is obfuscator? Do they have major similarities?
I have been hearing about the security issues of the code. How can we secure our code in php? How necessary is it to make our code secured and how?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Secure code is such that has little or no vulnerabilities that can be exploited by malicious users.
Obfuscated code is code that is intentionally made hard to read.
Obscure code is code that is unintentionally hard to read and also probably insecure.