Search code examples
phpterminologysource-code-protection

Code Security for PHP


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?


Solution

  • 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.