Form Obfuscation Web Component Demo

Default behavior: full value will be obfuscated with asterisks (*)

Character Replacements

Character: full value will be obfuscated with • Character: full value will be obfuscated with ✖︎

Maxlength

Maxlength: the value will be obfuscated and truncated to a single character

Patterns

Pattern: the value will be obfuscated withn the exception of the last 4 digits Pattern: the whole value will be hidden as the pattern is not matched

Pattern + Custom Replacer

Pattern: the value will be obfuscated with all numbers replaced by * with the exception of the last group of numbers Pattern: the username of the email will be obfuscated, the remainder will be visible.

Combinations

Maxlength + pattern: pattern will be ignored and the value will be truncated to 6 characters Character + pattern: all but match will be obfuscated with ~

Event Logging