Random password generatorHaving 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.
Scott Brady's Password ProtectionThis JavaScript lets you add a password to your page. You should note that this is not totally secure. You should not keep information such as creditcard numbers or other sensitive information on the pages.
Simple Password ProtectionSet up this quick and easy password protection script in minutes. Choose your desired login Username and Password, and require that your visitor's enter the information before accessing any HTML page. It is not recommended that this script be used to...
Three TriesIf 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. The password of this example is: password.
Website Abstraction Encrypted Password GeneratorThis 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...