Anonymizer takes an input string, finds all characters that are letters or digits, shuffles them (randomizes their order), and then puts them back in their original positions. As a result, characters like @, ., +, -, _, and any other symbols remain fixed in place, and only letters (A-Z, a-z) and digits (0-9) get shuffled around.
@
.
+
-
_
A-Z
a-z
0-9
Result
Example
"john.doe+test@example123.com"
"hjon.eod+ttes@exbmpla312.ocm"
Version 1.1.0 changes: