Overview Project Files Templates Content-Files Tags Menu Search Sitemap Functions Scripts Plug-Ins PAX Fields Debugging

print version

Built-in Functions


Mail2Crypt: SPAM proofing your e-mail addresses

TAG SYNTAX:
<!-- MAIL2CRYPT mail@domain.xyz[,link text][,ICON | custom image][,noscript link | PARANOID] -->

---------------

What is Mail2Crypt?
Mail2Crypt is a built-in function that encrypts and thus protects your e-mail addresses from SPAM bots.

What does Mail2Crypt do?
Mail2Crypt acts to ensure that e-mail addresses are kept from the prying eyes of unfriendly search engines (SPAM bots). SPAM bots are used by spammers to search the Internet for e-mail addresses they can sell, and/or send Unsolicited Commercial E-Mail (UCE) to.

Protecting you e-mail addresses from being harvested by SPAM bots now is as easy as putting them into a Mail2Crypt tag. The parser automatically encrypts them, and produces the code that is needed for your address to display in your visitors’ browser - with as well as without JavaScript!

How does Mail2Crypt work?
In order to render e-mail addresses unreadable by SPAM bots, Mail2Crypt employs a combination techniques. Their objective is to purge your pages from any text strings identifiable as e-mail addresses.

Simply put, Mail2Crypt turns each e-mail address into an encrypted string of digits which is then embedded into a JavaScript function call. When viewed in a browser the string is decrypted on the fly, and acts just like a conventional e-mail link.

The JavaScript code that is needed to display addresses is stored in an external .js file a reference to which is automatically placed inside the head section of your document.

In order to maintain accessibility of your contact information, in addition to the JavaScript described above, Mail2Crypt also creates a noscript section. The noscript section makes sure that user agents that do not support JavaScript may still display your e-mail address.

In the <noscript> section all the characters your e-mail address is made up of are converted into their ASCII equivalents. Since this by itself would not offer sufficient protection from SPAM bots, the @ is not treated as a character, but instead is replaced by a GIF file.

The noscript section does not contain an clickable mailto: link. In order to provide users with non-JavaScript enabled browsers a convenient way to contact you, you may turn the address displayed in the noscript section into a link that points, for example, to your contact form.

The Mail2Crypt Tag and Attributes
The Mail2Crypt tag uses the following format:

<!-- MAIL2CRYPT mail@domain.xyz[,link text][,ICON | custom image][,noscript link | PARANOID] -->

Mail2Crypt display options.
For each option, you see the JavaScript created format, followed by the corresponding noscript format.

How secure is Mail2Crypt?
Spammers are constantly increasing their efforts in order to get hold of those precious e-mail addresses of yours.
Because of this, there is no telling how effective Mail2Crypt will prove to be in fending off these efforts. During the first year Mail2Crypt has been used, we have had no reports of e-mail addresses that were harvested while being protected through Mail2Crypt.

Further Security Measures



print version
 
Overview Project Files Templates Content-Files Tags Menu Search Sitemap Functions Scripts Plug-Ins PAX Fields Debugging