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
suggestion:
Maybe calculations for bitshift, rotation and all other calculations that can't be made by the scientific calc.exe
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.
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.