How to encrypt and execute your PHP code with MCRYPT or OPENSSL
2017/04/13Hello! While the scenario may not necessarily be common in which you would want to encrypt your PHP code and…Securing your MySQL queries from SQL injection in PHP
2015/06/22Hello! There is many strategies for securing your code against malicious user input. Some frameworks have checks and balances built…