|
An example of a simple
Uses MD5 for passwords and
A simple solution to
strongPass.js is a fun little
JavaScript encoding of an
Triple DES for actuall
completely remove your html
JavaScript program to tell
html page. When the page
encrypting. Encrypting and
source code from prying eyes
people how good their
loads you are prompted for a
decrypting is happening on
using javascript and frames.
password is. It's fairly
password. Enter the correct
user machine, only cipher is
simple to use, too. It
password and the page
sent over Internet.
checks for upper- and
displays properly - enter
Requirements: Both sender
lower-case letters,
the wrong password and you
and recipient must know
numerals, and symbols. It
see only an "Invalid
password. Recipient must use
also checks for password
password" message.
IE to decode message.
length, rewarding passwords
Viewing the source of the
for reaching certain
page shows only the encoded
lengths. It then displays
content. The encoding is
the result as a bar with a
fairly basic but should stop
text label ranging from
all but the most determined
"Weak!" to
script thieves, spam-bots,
"Very Strong!"
or spiders. Tested in
Mozilla on Linux, IE on
Windows, and Safari on Mac.
Date: Mar, 19 2004 Date: Jun, 19 2003 Date: Apr, 16 2002 Date: Aug, 15 2006 |
|
A code snippet that prompts
user for password. If they
enter the correct password
it displays welcome in an
alert box. Otherwise, it
displays sorry wrong
password in an alert box and
sends them back to the
previous page.
Date: Apr, 24 2002 |