|
Scramble the source of any
Uses MD5 for passwords and
CryptoManiac uses
Use hash() method of QControl
chunk of code, or the entire
Triple DES for actuall
str2hex(string) as well as
class to convert a string to
webpage, using this creative
encrypting. Encrypting and
Rot 13, two very simple yet
integer hash value. My
script. The encrypted code
decrypting is happening on
effective ways to scramble
original algorithm takes a
will still be interpreted
user machine, only cipher is
text. It can also grab
moment to convert and
properly by the browser,
sent over Internet.
remote source to be loaded
guarantee secure and
just difficult for us humans
Requirements: Both sender
in your text editor. This
collision-free convolution
to read.
and recipient must know
isnt a highly secure method
even of short strings.
password. Recipient must use
of hiding your source code
IE to decode message.
or script for the reason
that; the browser needs to
parse the data in order to
understand it. Therefore if
the browser can read it,
regardless of the format, it
would be insecure. But what
Crypto Maniac can do is make
it an annoyance to peek at
your code. It also grabs
source code from the web.
Date: Aug, 28 2003 Date: Jun, 19 2003 Date: Jun, 06 2003 Date: May, 05 2003 |
|
NoPass is a password security
This tutorial/code will show
A code snippet that prompts
CGI mailto forms provide the
system that can be used to
you all you need to know,
user for password. If they
ultimate level of protection
protect web pages and files.
and provide you with the
enter the correct password
from spambots. However,
As it is impossible to
scripts, to hide your source
it displays welcome in an
unless you need that for
obtain the password from the
code.
alert box. Otherwise, it
other reasons such as
source code, NoPass is very
displays sorry wrong
database transactions,
secure for a JavaScript of
password in an alert box and
mailto links have the great
its kind. Possibly the most
sends them back to the
advantage of ensuring that
secure JavaScript password
previous page.
you receive the sender's
protection available. Easy
correct email address. The
to install and use. A
beauty of AntiSpambotMailto
downloadable version is now
is that the email address
available for easier
parameter is not just the
installation.
usual collection of ASCII
codes. Each encoded
character is also offset by
the total length of the
email address. For a spambot
to be foolproof, they would
have to write a complete
JavaScript parser, which
seems unlikely.
Date: Oct, 18 2002 Date: May, 06 2002 Date: Apr, 24 2002 Date: Apr, 19 2002 |