About This Product
Metachecker.net | TrafficChecker.net | RankChecker.net
| Over 5000 Free Fonts | Tutorials | Javascript Forum | Other Javascript Resources | Cheat Sheet

Password Protection

Ultimate Password Protection
Compatibility: Navigator 3.x and Explorer 4.x
Description:

big encryption algorithum. you can't view the source and it will even prevent you from turning off javascript to view the source. It doesn't even cache on your hard drive.

 

Cookie Protection
Compatibility: IE3+, NS3+
Description:

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.

 

Gatekeeper 2.2
Compatibility: IE3+, NS3+
Description:

Here is the best password protection script I have come across. It is also definitely the most user friendly. Try it out! (Note: The password is the filename without the .html ending.) This password for this example is gatekeeper-in

 

keeper 3.2
Compatibility: IE3+, NS3+
Description:

This is the upgraded and more advance version. While this GateKeeper has many improvements over the previous version, it's a little more complicated to set up. In this tutorial I'll explain how to do both.

 

Login Coder
Compatibility: IE3+, NS3+
Description:

This is undoubtedly the best password protection JavaScript you'll ever find. Besides supporting multiple users, multiple passwords, and even multiple destination pages (after they successfully login), this script is presented in a very easy-to-use interface that you're sure to love! We *wish* we wrote this script, it's that good!

 

Multiple Users (Login Table)
Compatibility: IE3+, NS3+
Description:

Rather not have one password for access the Members-Only section of your site? Well, along comes this little JavaScript gem. You can 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!

 

Multiple Users (Prompt)
Compatibility: IE3+, NS3+
Description:

This JavaScript is just like the previous Multiple Users one, but doesn't use a table interface to login. Instead, after clicking the Login! button, the script will ask them for their username and password, and then perform the password-protection. Very neat!

 

Password Generator
Compatibility: IE3+, NS3+
Description:

If you can't think of a password, let JavaScript create one for you! Just enter the type of password you want, and how long it should be and it generates your password instantly! Helpful!

 

Password Pro
Compatibility: IE3+, NS3+
Description:

This script uses a different approach to Password Protection. It still uses the password as the actual page, but it uses an encryption method that encrypts and checks the password. So if you fail to enter it correct after 3 times you go to a specific page (specified by the webmaster) and you don't get the annoying 404 page not found message as in other scripts. The password is nextstep

 

Password Prompt
Compatibility: IE3+, NS3+
Description:

If a visitor wants to go a password protected page, they must first enter the correct password on the page with this script. This script will just take you them to [password entered].html This is a very good script if JavaScript is enabled and as long as you have an index.html file in your directory. As an added bonus, it's only 8 lines! The password is the protected filename without the .html ending. The password is nextstep

 

Three Tries
Compatibility: IE3+, NS3+
Description:

If you want to 'protect' a site and don't have CGI access, you can try this JavaScript. Visitors get three tries to enter the correct password then they are refused entry. Note: The password is: password

 

Encoder
Compatibility: IE3+, NS3+
Description:

This script encodes text.

 

Keypad
Compatibility: IE3+, NS3+
Description:

This script displays a keypad on which you can enter a password, and if it is correct it will take you to the page.

 

Password Protection
Compatibility: IE3+, NS3+
Description:

This script is a password protector. The password is the name of the html page with out the ".html".

 

Password Protected Page
Compatibility: IE3+, NS3+
Description:

This script opens a new window requesting a password then if the password is correct it take the user to the page.