View news
|
|
|---|
|
Posted by Marijn - Friday December 10 @ 01:32 I've created a simple, yet effective, small tool for webmasters. It let's you encode an e-mail address so spam bots (that are crawling the web) won't detect it. It uses HTML entities and Javascript to do this.Check it out here. At the bottom of the page you can view some of the source-code, so you can automate it on your own website if you want to. Any suggestions for another new tool? :) |
» Comments
eierkoek on 10 December 2004 01:50
suggestion:
Maybe calculations for bitshift, rotation and all other calculations that can't be made by the scientific calc.exe
Wousiej on 10 December 2004 19:28
I don't think you need a stronger encryption than this; 99% of all email addresses are displayed without encryption so spambot makers are not interested in decrypting it.
eierkoek on 22 December 2004 10:27
Well, some spambots decode emails addresses like "mymail at gmail dot com" so, I wouldn't be to sure 'bout that
» Add a comment
Login if you want to comment on this item.
I've created a simple, yet effective, small tool for webmasters. It let's you encode an e-mail address so spam bots (that are crawling the web) won't detect it. It uses HTML entities and Javascript to do this.