BluJag
Perch
Free of charge from Jim Tucek at http://www.jracademy.com/~jtucek/email/index.php
This is a piece of javacript which encrypts email addresses using 10-bit RSA, so even if your site is visited by a spambot which understands JavaScript it won't find any plain text email addresses, just a garbled string that makes no sense at all - the email address only gets decrypted when someone clicks on the link, as intended. What's more, to prevent spambots from recognising source code, Tucek uses a server side script which randomly names all variables and functions.
An excellent and useful piece of code that should be on everyones website.
Rating 10/10
This is a piece of javacript which encrypts email addresses using 10-bit RSA, so even if your site is visited by a spambot which understands JavaScript it won't find any plain text email addresses, just a garbled string that makes no sense at all - the email address only gets decrypted when someone clicks on the link, as intended. What's more, to prevent spambots from recognising source code, Tucek uses a server side script which randomly names all variables and functions.
An excellent and useful piece of code that should be on everyones website.
Rating 10/10