Last Updated: December 29, 2017
·
1.828K
· jentanbernardus

The Enkoder Form

Posting your email address on a website is a sure-fire way to get an inbox full of Spam. The Enkoder helps protect email addresses by converting them into encrypted JavaScript code so only real people using real browsers will see them.

The Enkoder Form will encrypt your Email address and convert the result to a self evaluating JavaScript, hiding it from Email-harvesting robots which crawl the web looking for exposed addresses. Your address will be displayed correctly by web-browsers, but will be virtually indecipherable to Email harvesting robots.

Although the Enkoder should help to reduce Spam, no solution is perfect. The only way to truly prevent Spam is to never publish your address at all, ever, anywhere.

Source: http://hivelogic.com/enkoder/

2 Responses
Add your response

Nice, tought i prefer this method:

HTML:

<span class="text--reverse">moc.liame@esrever</span>

CSS:

.text--reverse {
    unicode-bidi: bidi-override;
    direction:rtl;
}
over 1 year ago ·

That's a good one, I rarely see tips about Right-to-left languages.
Thanks for your input! ;)

over 1 year ago ·