Skip to content

ProcessWire Email Obfuscation module for plaintext emails and email links with 64 base crypting.

Notifications You must be signed in to change notification settings

Lazerproof/EmailObfuscation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProcessWire Email Obfuscation

Email Obfuscation (EMO) module for plaintext emails and email links with 64 base crypting

This module finds all plaintext emails and email links from the content and replaces them with span elements. All the addresses are stored in 64 base encoded srings to JavaScript array in souce code. Then on client side browser finds emo_email span elements, replaces and encodes them back to email addresses.

All emails inside form elements are left untouched. Same as anchor texts, unless it's email address. You can define default text string for replaced email address in module config.

Both emo touched span and anchor elements have emo_email class name that you can use for css/js.

Install

  1. Create a new folder EmailObfuscation into /site/modules/.
  2. Copy the contents of this repository to /site/modules/EmailObfuscation/.
  3. Login to processwire and go to Modules page and click 'Check for new modules'. Find emo and click install.
  4. You can make optional configuration changes in module admin page.

Thanks

This is ProcessWire module fork from MODX Evolution plugin emo E-Mail Obfuscation.

License

GNU Public License (GPL)

About

ProcessWire Email Obfuscation module for plaintext emails and email links with 64 base crypting.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%