Script: Email Riddler
http://www.dynamicdrive.com/emailriddler/
Hi all. I have come up with a script similar to the Email Riddler but different in the following way: instead of just changing the email address into an array, it mixes up the order of the array elements and then unscrambles them at the end (I can post an example if necessary). This way, it makes it even harder for bots to figure out the email address. I have three questions about this:
1. Is using this modified script a violation of the terms of usage?
2. Does it actually help anything to have this?
3. I can't distribute the code on my web site, of course, but would DD be interested in it?
Thanks.



Reply With Quote

Regarding 2), I don't think it'll make any difference either. The issue here is not how complex your JavaScript encryption algo is. As is it's already more than enough to not allow a human viewing source to figure out the actual email address. If you're trying to fool bots, it boils down to whether the bot can understand JavaScript. If so, then it makes little difference how you encrypt the email address, since the script at the end has to output the email address in full.


Bookmarks