Password protect your web pages by just adding one line of PHP code. Visitor will not have to re-login to each protected page if one has cookies enabled. http://www.zubrag.com/scripts/password-protect.php
Password Hashing by James McGlinn. In this article I'm going to cover password hashing, a subject which is often poorly understood by newer developers. http://phpsec.org/articles/2005/password-hashing.html
Use this simple script to password protect your pages, Ideal for password protecting Administrative parts or sensitive parts of your web site. http://www.phpbuddy.com/article.php?id=23
The Simple Password Protect script is written in PHP and will run on any server which supports this. http://www.stevedawson.com/article0014.php
fbsql_password (PHP 4 >= 4.0.6, PHP 5) fbsql_password ? Get or set the user password used with a connection http://php.net/fbsql_password
We are going to create a simple login system using PHP code on our pages, and a MySQL ... For the purpose of this tutorial we will simply need the fields "username" and "password ... http://php.about.com/od/finishedphp1/ss/php_login_code.htm
php change password script using mysql table to update password http://www.plus2net.com/php_tutorial/php_change_password.php
Password protection for a single page. Visitors are required to enter a password and username into a login form to view the page content. http://www.totallyphp.co.uk/scripts/password_protect_a_page.htm
** where $hash = the hash you are checking against. http://www.php.net/md5
If you are developing a password-protected web site, you have to make a decision about how to store user password information securely. This article will show you how to encrypt ... http://www.webcheatsheet.com/php/md5_encrypt_passwords.php
Encryption and Decryption Technique in PHP - Password Encryption Technique in PHP , password storing in php, Encrypt Password PHP, php password encrypt http://roshanbh.com.np/2008/01/encryption-and-decryption-technique-in-php.html
The PC Tools Password Generator creates random passwords that are highly secure and extremely difficult to crack due to an optional combination of lower and upper case letters ... http://www.pctools.com/guides/password
A simple password style redirect that sends a user to the word they enter plus .html as a way of hiding pages http://php.about.com/od/finishedphp1/ht/redirect_pw.htm
Finally, do not look at md5() PHP function if you want a md5 password, that's not related. UNIX MD5 passwords uses a salt, are 34 character long and start with $1$. http://us3.php.net/manual/en/function.crypt.php
A simple PHP implementation which will prevent unwanted access to certain pages. Simply place your page inside a large php if statement: http://www.tech-recipes.com/rx/1472/php-password-protect-your-pages/
|