
Tired of spam bots scraping your email addresses? Standard obfuscation techniques (like ROT13, CSS direction tricks, or Base64) are easily bypassed by modern crawlers and scrapers.
Crypto Mailto Defender uses real cryptography to protect your links, ensuring absolute security without compromising user experience.
The plugin utilizes a global output buffering system to intercept your HTML server-side before it reaches the browser. It encrypts your mailto: links (and plain text emails) using an automatically generated AES-256-CBC key and replaces them with a masked version (e.g., ********@domain.com).
When a real human user clicks the link or the icon, the plugin executes a secure, nonce-protected Server-Side AJAX request to instantly decrypt the payload and seamlessly open their mail client. The encryption key never leaves your server.
isTrusted events) to block automated JS click bots like Puppeteer or Selenium.Acknowledgements
The architectural idea and study behind this plugin were inspired by the article Email Obfuscation by Spencer Mortensen.