Is my application secure from hacker
Tags: PHP, web security
To make my application secure I apply the following:
1. protect hammering by blocking host
2. use shttp to send unser information encrypted
3. Apply tocken along with PHP session id
4. hash password in a good meaner
5. use session timeout to a lower value like 10 min.
6. sanitize user input & apply protection against SQL injection
After applying all [...]





