PDA

View Full Version : What do you do to protect your email on websites?


Pollmaster
November 13th, 2004, 01:53 PM
What do you do to protect your email on websites?

Many of the methods, in the poll above apply only if you are the webmaster.

I have being playing with a test email harvestor that can easily beat emails encoded using HTML character encoding and/or url or escape encoding.

Javascript encoding seems to be the best bet, since there are a zillion possible ways to do it though I distrust the simple ones that split the email and then join them together using say document.write . Some others seem to be extremely complicated using arrays and honest to god encryption.

Only problem , lots of paranoid folk don't turn on javascript

Images might be the solution but they are not clickable. And the visually handicapped are left out.

Using tables to split the email has the same problem, they are not clickable.

Munging is just ugly. And I suspect the most common ways of munging emails are already easily handled by bots

That leaves cgi/perl script forms. Nice , but not everyone has access to this (I do though).