PHPackages                             blowback/emailobfuscation - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. blowback/emailobfuscation

ActivePw-module[Mail &amp; Notifications](/categories/mail)

blowback/emailobfuscation
=========================

Email Obfuscation module for email addresses with 64 base crypting.

1.3.1(5mo ago)10498[1 PRs](https://github.com/BlowbackAgency/EmailObfuscation/pulls)MITPHPPHP &gt;=5.4.0

Since Jul 11Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/BlowbackAgency/EmailObfuscation)[ Packagist](https://packagist.org/packages/blowback/emailobfuscation)[ RSS](/packages/blowback-emailobfuscation/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (3)Used By (0)

ProcessWire Email Obfuscation (EMO)
===================================

[](#processwire-email-obfuscation-emo)

**Email Obfuscation module for email addresses with 64 base crypting**

This module finds all plaintext emails and email links from the document and replaces them with noscript elements with configurable replace text. All the addresses are encoded to 64 base strings and stored in noscript data attributes. Then on client side we decode these strings back to their original state.

Install
-------

[](#install)

### ProcessWire installation

[](#processwire-installation)

Install this module using standard [install procedure in ProcessWire](https://modules.processwire.com/install-uninstall/).

### Using Composer

[](#using-composer)

```
composer require blowback/emailobfuscation
```

Options
-------

[](#options)

After install you can find some configurable options on module admin page.

### Replace text string

[](#replace-text-string)

Transliterable text string used as a replace to obfuscated email address.

### Obfuscation mode

[](#obfuscation-mode)

There is three modes available for this module to handle obfuscation.

1. Obfuscate manually by using `$sanitizer->emo($str)` method.
2. Obfuscate automatically at selected templates/pages.
3. Obfuscate automatically but exclude selected templates/pages (default).

### JavaScript loading method

[](#javascript-loading-method)

1. Load file manually.
2. Load file to `$config->scripts` array.
3. Append automatically to page as external script (default).
4. Append automatically to page as inline script.

### Force mailto

[](#force-mailto)

By enabling force mailto option all email addresses are rendered as mailto links regardless of their original state.

### Fixed encrypt key

[](#fixed-encrypt-key)

When enabled encryption key is locked and does not change. By default encryption key updates on every session. Fixed key is required when you cache obfuscated AJAX output for more than session lifetime.

### Debug

[](#debug)

Appends debug data to HTML and console output.

### Selected Templates / Pages

[](#selected-templates--pages)

List of selected templates/pages that are used to include or exclude at automatic obfuscation.

Thanks
------

[](#thanks)

This ProcessWire module originates from MODX Evolution plugin.

License
-------

[](#license)

[MIT License](https://opensource.org/license/mit/)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance71

Regular maintenance activity

Popularity18

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~876 days

Total

2

Last Release

165d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/74ad7191bc6fdf2f602aeed73ab7d8b74503068ca578fc3ebd45549439d07129?d=identicon)[blowback](/maintainers/blowback)

---

Top Contributors

[![Roope](https://avatars.githubusercontent.com/u/713921?v=4)](https://github.com/Roope "Roope (64 commits)")[![teppokoivula](https://avatars.githubusercontent.com/u/1252021?v=4)](https://github.com/teppokoivula "teppokoivula (2 commits)")[![rolandtoth](https://avatars.githubusercontent.com/u/5349356?v=4)](https://github.com/rolandtoth "rolandtoth (1 commits)")[![sekru1](https://avatars.githubusercontent.com/u/25537450?v=4)](https://github.com/sekru1 "sekru1 (1 commits)")[![timohausmann](https://avatars.githubusercontent.com/u/2311113?v=4)](https://github.com/timohausmann "timohausmann (1 commits)")

---

Tags

email-obfuscatorprocesswireemailprocesswireobfuscationEMO

### Embed Badge

![Health badge](/badges/blowback-emailobfuscation/health.svg)

```
[![Health](https://phpackages.com/badges/blowback-emailobfuscation/health.svg)](https://phpackages.com/packages/blowback-emailobfuscation)
```

###  Alternatives

[egulias/email-validator

A library for validating emails against several RFCs

11.6k691.3M307](/packages/egulias-email-validator)[sendgrid/sendgrid

This library allows you to quickly and easily send emails through Twilio SendGrid using PHP.

1.5k47.5M164](/packages/sendgrid-sendgrid)[pelago/emogrifier

Converts CSS styles into inline style attributes in your HTML code

94944.1M110](/packages/pelago-emogrifier)[zbateson/mail-mime-parser

MIME email message parser

53949.2M79](/packages/zbateson-mail-mime-parser)[soundasleep/html2text

A PHP script to convert HTML into a plain text format

48419.5M75](/packages/soundasleep-html2text)[opcodesio/mail-parser

Parse emails without the mailparse extension

216.8M8](/packages/opcodesio-mail-parser)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
