Rayhan’s blog (raynux.com)

Rayhan’s Personal Web Blog Site

Entries Comments


Is my application secure from hacker

15 August, 2007 (11:21) | PHP, programming, web security | 62 comments

Tags: ,


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 [...]