JAVA
Password System
Example
Click on the link below and enter either Fred who's password is hello or Joe who's password is goodbye, neither are case sensitive.
Instructions
Follow the instructions below to create a password system for
your web site
(note:
for easiest use change the script at the bottom of this page
to your usernames and password then when you are done just
copy paste to notepad and save your changes)
1. First generate a "cunning number" (encrypted password) for each of your users, this is done simply typing the wanted password in the boxes below (e.g. hello, or goodbye) and press calculate, (note: the "cunning number" generator is not case sensitive)
Once you have your "cunning numbers" replace Fred and Joe with the usernames you want (note: make sure they are small caps) and replace the values for their "cunning numbers" with the ones you generated using the above cunning number generator (note: if you want more than 2 users simply copy paste to make more)