AES Email Obfuscator

Stop spam bots from harvesting your email address. Encrypt it with AES-GCM and generate a secure JavaScript snippet for your website.

Note: This key is embedded in the script for client-side decryption.

How it works

The script outputs a random string of data. The real email address does not exist in your HTML source code. It is only assembled in the browser's memory after the page loads, making it invisible to scrapers.

Generated Code

How to Style It

The script generates a link inside a span with id="contact-link". You can style it in your CSS file like this:

#contact-link a { color: #e879f9; font-weight: bold; }
Live Decryption Preview
(Waiting for input...)