Official Review
NULL
|
Other links at JavaScript > Scripts and Programs > User Authentication |
| 1. |
Cookie Protection
|
|
|
You can use a basic cookie script to keep visitors (that don't have the cookie on their system) from viewing certain parts of your site (kind of.... There are always ways around it). The cookie is placed when the password provided is correct. Then, when they are forwarded to the password protected page, the cookie allows them to stay. Those without the cookie are sent back.
|
| 2. |
Multiple Users
|
|
|
This JavaScript lets you set up a separate username and password for as many members as you want, and even give each a different page to go to after logging in.
|
| 3. |
Key Keeper
|
|
|
Have you ever wanted to password protect a web page but did not know how? Well your problems are solved with Key Keeper. This is one of the first password protection JavaScripts that will allow multiple users (multiple passwords).
|
| 4. |
Random password generator
|
|
|
Having a difficult time thinking up a password? Need to automatically generate a password as part of a larger application? This script can help. It randomly creates a password of any specified length using alphabetic and numeric input.
|
| 5. |
Website Abstraction Encrypted Password Generator
|
|
|
This program dynamically encrypts the password to a page (differently each time) before saving it, making it a lot harder for foul-minded users to break in. In addition, the program does not simply take the surfer to the file he/she enters as the password. Instead, it navigates to a page only if the surfer correctly enters the password. Invalid passwords will result in an "invalid password" alert.
|
|
|