

Protection: where CryptX looks for addresses, and how it hides them. Every option is explained where you set it.
No more SPAM by spiders scanning your site for email addresses. With CryptX you can hide all your email addresses, with and without a mailto-link, by converting them using javascript or UNICODE.
CryptX protects your email addresses from spambots while keeping them readable and functional for your visitors. The plugin automatically detects email addresses in your content and encrypts them using various methods including JavaScript encryption, Unicode conversion, and image replacement.
Key Features:
wp cryptx settings and wp cryptx scan, both per site on a network[cryptx][email protected][/cryptx] for manual encryptionThe settings screen is built with React and the WordPress component library. The
human-readable source ships with the plugin, so the compiled files can be
rebuilt and compared:
cd into the plugin directorynpm installnpm run buildThat reproduces build/index.js, build/index.css, build/index-rtl.css and
build/index.asset.php byte for byte from src/. The toolchain is
@wordpress/scripts; package.json and package-lock.json are included so the
exact dependency versions are pinned.
The front end script js/cryptx.min.js is produced from js/cryptx.js with
[email protected] -c -m.
js/admin-notice.js has no build step at all. It is twenty lines, it runs only
in the admin, and it ships exactly as written.