|
Easy password protection
|
Other links at PHP > Tutorials > Security |
| 1. |
Easy password protection
|
|
|
You can now protect your admin panel with an easier code! This time instead of annoying forms, you can make the browser ask for the password.
|
| 2. |
Running PHP Scripts Securely
|
|
|
Connecting to a database requires that passwords be included in the script at some point. This information may be exposed if you do not wrap your PHP scripts. Protecting your scripts from prying eyes is called "wrapping." When you wrap a script, it is called by another script that hides your script and performs a number of security checks to ensure only authorized use is made of it. This article covers how to use a script wrapper.
|
|
|