Why HTTPS is more secure than HTTP
Here is a quick introduction on HTTPS and the benefits of HTTPS over HTTP. HTTP – Hypertext Transfer ProtocolHTTPS – Hypertext Transfer Protocol over Secure Socket Layer HTTPS is a communications protocol for secure communication over the Internet which makes an encrypted connection between the browser and the web server. HTTPS is often used to […]
Top 5 PHP Security tips
PHP Security: Top 5 tips Input data validation 1) input data validation is an integral part while developing an application. It is easy to hack your application if there is no data validation in place for user inputs. Make sure you validate the data executed by eval() if you ever want to use eval() in […]