Tiny Online Tools logoTiny Online ToolssearchSearch tools…grid_viewAll Tools
Homechevron_rightSecurity Toolschevron_rightEmail DeobfuscatorEmail Deobfuscator

Email Deobfuscator

Decode obfuscated emails back to plain text. Handles HTML entities, Base64, ROT13, [at] / [dot] formats, reversed text, and more.

Paste any obfuscated email, HTML snippet, or mixed text. The tool tries every decoder.
HTML entities

Similar Tools

Email Obfuscator

Email Obfuscator

Hide email addresses from spam bots while keeping them readable to humans. Multiple methods: HTML entities, Base64, ROT13, and more.

HTML Entity Decoder

HTML Entity Decoder

Decode HTML entities back to readable characters. Supports all named entities, decimal and hexadecimal numeric references.

Remove HTML Tags

Remove HTML Tags

Strip HTML tags from text with options to decode entities, preserve line breaks, and keep link URLs.

Base64 Decoder

Base64 Decoder

Decode Base64 encoded text.

PBKDF2 Generator

PBKDF2 Generator

Derive cryptographic keys from passwords using PBKDF2 in your browser.

PDF Signature Tool

PDF Signature Tool

Draw a signature and place it on any page of a PDF. Drag to position, resize, and download — all in your browser.

regex extractor

regex extractor

Use regular expressions to process text locally in the browser.

apps

More Tools

Browse our full collection of free online tools.

Decode Any Obfuscated Email

The Email Deobfuscator is the inverse of obfuscation: paste in HTML entities, Base64 strings, [at]/[dot] text, ROT13, reversed text, or a full HTML snippet, and the tool tries every decoding strategy and returns the emails it recovers.

Supported Inputs

  • Plain text[email protected] in any surrounding text.
  • HTML<a href="mailto:..."> snippets, with tags stripped.
  • HTML entities&#99;&#111;... or &#x63;&#x6f;....
  • [at] / [dot] substitutionscontact [at] example (dot) com, user at domain dot com.
  • Base64-wrapped — looks for long base64 tokens anywhere in the input and tests whether decoding yields a valid email.
  • ROT13 — tries the ROT13 transform on the input.
  • Reversed — tries reversing the entire string.

How It Reports Results

Each match is shown with a label of the method that exposed it. The same email may appear more than once under different methods — that's fine; it confirms the decoding is robust.

Common Uses

  • Recover contact addresses from copied web pages
  • Test that your own obfuscation holds up against simple decoders
  • Inspect suspicious messages that try to hide addresses from filters
  • Audit scraped datasets for embedded PII

Limitations

  • Multi-layer obfuscation (entities inside Base64, for example) is handled when the patterns compose cleanly; unusual stacking may still require a manual step.
  • Custom per-site JavaScript decoders are not executed — paste the rendered DOM text if you can, or the raw string fed to the decoder.

Privacy

Runs entirely in your browser. Input is never logged or uploaded.