hashEmail

Encode email addresses to an equivalent Unicode decimal entity.

Creator: Devin Gaul (demon.devin)

Need help installing this extra?

About hashEmail

With this snippet you can encode any email address into its equivalent Unicode decimal entity. This encoded email address will be read and translated back into its original, human-readable form by the clients web browser.

NOTE: While this method will help circumvent spam-bots from attaining your email address by converting your email address to Unicode, it however is not an end-all-be-all, fail-safe solution. I'm sure cleverly crafted bots exist that can thwart this method.

Information

Released
November 22, 2016

Supported Database
MySQL

License
GPLv2

Supported Versions
2.0 - <2.5

Downloads
959

Documentation
hashEmail Documentation

Instructions

PROPERTIES

&email — string (req) the email you wish to encode

EXAMPLE

Tip: This can also be used in a mailto link!

[[!hashEmail? &email=[email protected]]]

Output: &#101;&#120;&#97;&#109;&#112;&#108;&#101;&#64;&#100;&#111;&#116;&#46;&#99;&#111;&#109; Which the browser outputs: [email protected]

Current releases

1.0.0-beta1
View | Download
November 22, 2016
2.0 - <2.5