Posts Tagged ‘Security’
PHP Secure Login Tips And Tricks
when it comes to login pages where our most sensitive data are being held. Hence, there is a need to better understand how well your login page has been implemented to be considered as really secure. In this article, you will get a list of PHP secure login tips and tricks that will definitely help you decide on your secure rating of your login page.
Better Hashing Password in PHP
Most of us will know that the Reddit suffer from inside job attack where all their username and password were compromised as their password wasn't hashed and stored as plain text. We won't want this to happen to us right? Therefore, in this article you will get to know some ways to better hash your password in PHP and some ways to improve your security.
Web File And Folder Permission – Security
File and folder permission are basic knowledge that all network administrator would have. However, in term of security, every web related users should have knowledge on this topic to better protect and secure their web environment. In this article, i will discuss on file and folder permission and the danger of neglecting it.
Solutions to Cross-Site Request Forgery Attacks
An attack even GMail, Wikipedia and Digg experienced before. Cross-site request forgery attacks which is also known as CSRF, if neglected might caused serious damage to your user accounts. In this article, we talk about CSRF and solutions for both users and developer that can undertake to minimize or eliminate these damage.
