|
This FREE online tool
Encrytion of Strings with
This encryption script make a
Use hash() method of QControl
generates some Javascript
Javascript like ARCFOUR. but
series of consecutive
class to convert a string to
code that you can cut and
no trademark. Security
encryption steps to ensure
integer hash value. My
paste into your HTML so that
requires that the key is
security. 11 key values are
original algorithm takes a
all those annoying spam-bots
used only once.
derived from a key sentence
moment to convert and
won't be able to harvest
and used to hide all
guarantee secure and
your e-mail address from
possible origin patterns.
collision-free convolution
your webpage. It writes your
The encrypted result is a
even of short strings.
e-mail address to the
number raw string, which can
browser but doesn't include
be decoded for each one who
your address in the actual
knows the key sentence.
HTML code. ** PHP and Python
versions available. **
Date: Sep, 16 2005 Date: Jun, 20 2004 Date: Jan, 14 2004 Date: May, 05 2003 |
|
CGI mailto forms provide the
This is a little JavaScript
This shows how to have a file
This JavaScript library
ultimate level of protection
crypto library that contains
create encrypted code. The
provides encryption for Web
from spambots. However,
implementations of ARCFOUR
output of this code can only
pages using simple,
unless you need that for
stream cipher, SHA-1 hash
be used by javascript
text-oriented method called
other reasons such as
algorithm, CRC-32 check sum
enabled browsers. It is not
column transposition. The
database transactions,
counter and other useful
a very secure method, but
idea is to write the plain
mailto links have the great
tools for securely password
will keep most from finding
text in block on the
advantage of ensuring that
protecting web documents.
your
row-first bases. The text is
you receive the sender's
then read column-first. The
correct email address. The
trick is in that the columns
beauty of AntiSpambotMailto
are not read from left to
is that the email address
right, but in the order
parameter is not just the
specified by the encryption
usual collection of ASCII
key. Simple transliteration
codes. Each encoded
is applied before
character is also offset by
encryption, allso. If one is
the total length of the
not concerned with
email address. For a spambot
goverement spying on them,
to be foolproof, they would
this method may provide
have to write a complete
enough secrecy. Ideas on how
JavaScript parser, which
to use it: encrypt address
seems unlikely.
book of the high school
friends or save client-side
cookies encrypted with users
password.
Date: Apr, 19 2002 Date: Apr, 23 2001 Date: Jul, 14 2004 Date: Sep, 22 2000 |