- Encryption Tutorial
This article describes the why and how of real-life data encryption, covering PGP and GnuPG, and using PHP and the mcrypt and mhash libraries.
http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial1.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Running PHP Scripts Securely
Connecting to a database requires that passwords be included in the script at some point. This information maybe 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 thathides 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.
Price: Free
http://www.phphelp.com/tutorial/running-php-scripts-securely.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
|