Top > Javascript > User Authentication
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
Category:
Date Added: Jun 28, 2007 Hits: 3 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
JavaScript may not be the best way to password-protect a webpage, but for those who do not have access to a CGI-BIN, it may very well be the only way. To provide these people with a decent JavaScript password protector that will keep out at least the average surfer, I've created this 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.
Category:
Date Added: Jun 28, 2007 Hits: 5 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
The following is the JavaScript code to add a password to your page. You should note that this is not totally secure. You should not keep information such as credit card numbers or other sensitive information on the pages.
Category:
Date Added: Jun 28, 2007 Hits: 14 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
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.
Category:
Date Added: Jun 28, 2007 Hits: 6 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
Checks for uppercase, lowercase, numerical, length, and special character.
Category:
Date Added: Jun 28, 2007 Hits: 10 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
Use this script to block certain IPs from your webpage, by redirecting them to another site. Note that your web server must have SSI enabled (most Linux servers do), with the page using the correct extension (ie: .shtml) in order for this script to work. Furthermore, since this script relies on JavaScript to block the user (by redirecting the person to another site), if he/she disables JavaScript in the browser, the script will become futile.
Category:
Date Added: Jun 28, 2007 Hits: 4 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
DES Password Pro is a script that creates multiple user javascript login forms. Different users can be set different passwords and entry urls, and all data is encrypted through the secure DES encryption algorithm.
Category:
Date Added: Jun 28, 2007 Hits: 21 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
An email address is the only unique factor all your users have in common, regardless of their location. The Username Editor capatilises on this aspect by assigning email addresses as usernames.
Changing usernames is a necessary services to offer your users when running webservices reliant on user subscriptions or participation. Users constantly change their place of work, place of residence, Internet Service Provides and etcetera - subsequently requiring a change of username / email address. The Username Editor form control lessens both your and your user's efforts when changing this information.
Category:
Date Added: Jun 28, 2007 Hits: 12 Rating: 0.00 Votes: 0 Price: USD 59
Member Reviews
Visitor Ratings
Google PR
Password generator create the random password that you need for restricting acces to certain people on your web pages.
Category:
Date Added: Jun 28, 2007 Hits: 3 Rating: 0.00 Votes: 0 Price: Free
Member Reviews
Visitor Ratings
Google PR
This JavaScript will controll access to any pages you specify. Within this script you can configure any amount of username and password aswell as the page the user is directed to on success and the page the user is sent to if they fail. Employing this script is incredibly simple: just copy the code into the head of your document and the login form into the body of your page. Then it's just the matter of configuring login combinations, success and failiure pages and that's it done. This script is simple, running on a single multi-dimesional array of usernames and passwords. Installation normally takes about 4 minutes.
Category:
Date Added: Jun 28, 2007 Hits: 385 Rating: 0.00 Votes: 0 Price: $1.50
Member Reviews
Visitor Ratings
Google PR
