|
A code snippet that prompts
This JavaScript generates a
One way spammers get your
Uses MD5 for passwords and
user for password. If they
random password of how many
email address is with
Triple DES for actuall
enter the correct password
and what ever characters you
programs written to extract
encrypting. Encrypting and
it displays welcome in an
want.
addresses from web pages.
decrypting is happening on
alert box. Otherwise, it
These robots, as they are
user machine, only cipher is
displays sorry wrong
called, look for mailto:
sent over Internet.
password in an alert box and
links in the body of web
Requirements: Both sender
sends them back to the
pages. A good way to protect
and recipient must know
previous page.
your email address from
password. Recipient must use
spammer lists created in
IE to decode message.
this way is keep your email
address off web pages. But
what if you want people to
have your links to your
email address? This script,
SafeMail, solves the
problem. SafeMail lets you
put your address on the page
using javascript's
document.write method. With
this, your user's browser
displays your email link
exactly as if you had coded
it with HTML, except you can
achieve this effect without
at any point putting the
string of your email address
in the code. This means
spambots find nothing, and
you stay clear of spam.
Date: Apr, 24 2002 Date: Oct, 27 2000 Date: Nov, 14 2001 Date: Jun, 19 2003 |
|
A simple Javascript script
This is a little JavaScript
Scramble the source of any
A simple solution to
that encrypts a specific
crypto library that contains
chunk of code, or the entire
completely remove your html
text by changing each
implementations of ARCFOUR
webpage, using this creative
source code from prying eyes
alphabet to the alphabet
stream cipher, SHA-1 hash
script. The encrypted code
using javascript and frames.
that comes after it. Also
algorithm, CRC-32 check sum
will still be interpreted
comes along with a random
counter and other useful
properly by the browser,
password generator.
tools for securely password
just difficult for us humans
protecting web documents.
to read.
Date: Jul, 22 2005 Date: Apr, 23 2001 Date: Aug, 28 2003 Date: Apr, 16 2002 |