Email
Scrambles the characters in an email address. It preserves formatting and keeps the @ and . characters.
For example, for the following input value:
[email protected]
The output value would be something like:
[email protected]
By default, the generator scrambles the domain. You can configure the generator to not mask specific domains. You can also specify a domain to use for all of the output email addresses.
For example, if you configure the generator to not scramble the domain company.com, then the output for [email protected] would look something like:
[email protected]
This generator securely masks letters and numbers. There is no way to recover the original data.
If your email addresses include name values - for example, [email protected] - then you can use the Regex Mask generator to produce email addresses that are tied to name values in the same table. For information on how to do this, go to .
Characteristics
How to configure
To configure the generator:
In the Email Domain field, enter a domain to use for all of the output values.
For example, use @mycompany.com for all of the generated values. The generator scrambles the content before the @.
In the Excluded Email Domains field, enter a comma-separated list of domains for which email addresses are not masked in the output values.
This allows you, for example, to maintain internal or testing email addresses that are not considered sensitive.