How to secure a web page. How to secure password.
Friday, April 29th, 2005How to secure a web page? How to secure passwords? How to secure database password?
As you probably noticed, putting password in a config file in html directory is not a good idea?
Task: improve security of web page.
Solution: put all of your config files in another directory (but not placed in html). For example you may […]