anonymizer
Service icon

Anonymizer

Stable version 1.1.0 (Compatible with OutSystems 11)
Uploaded
 on 11 Jan
 by 
0.0
 (0 ratings)
anonymizer

Anonymizer

Details
Anonymize your text by scrambling letters and numbers and retaining other character positions.
Read more

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.


Result

  • Letters and digits within the string are shuffled, so their positions relative to each other are randomized.
  • All non-alphanumeric characters (such as punctuation and symbols) remain in place.
  • The overall string length and positions of special characters do not change, ensuring only the letters and digits are scrambled.


Example

  • Before: "john.doe+test@example123.com"
  • After: Something like "hjon.eod+ttes@exbmpla312.ocm" (your output will vary each time you run it, due to randomization).
Release notes (1.1.0)

Version 1.1.0 changes:

  • Capitalization will be retained on individual string indexes. This is useful when string contains names, where first letter of each word will remain capitalized.
License (1.1.0)
Reviews (0)
Team
Other assets in this category