hashEmail
Encode email addresses to an equivalent Unicode decimal entity.
Creator: Devin Gaul (demon.devin)
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
Instructions
PROPERTIES
&email — string (req) the email you wish to encode
EXAMPLETip: This can also be used in a mailto link!
[[!hashEmail? &email=[email protected]
]]
Output: example@dot.com Which the browser outputs: [email protected]