I came across an excellent post on obfuscating email addresses:
http://superuser.com...y-work/235965#235965CSS Codedirection 0 MB
<span style="unicode-bidi:bidi-override; direction: rtl;">
moc.elpmaxe@zyx
</span>
CSS display:none 0 MB
xyz<span style="display:none">foo</span>@example.com
ROT13 Encryption 0 MB
[email protected]
It's kind of not really good for "General Software", but I didn't want to squirrel it away in the Developers Forum where fewer people would see it. It's all pretty simple stuff, and I think most people could use it.
I wrote a utility to do that kind of thing a long time ago:
http://renegademinds...abid/68/Default.aspxThe methods there aren't all in the article, so I don't know how effective it still is, but my gut tells me that some of them are still very strong. (Due to the massive CPU requirements for some of them.)
Anyways, there's more there at the link above.