Abstract
Utilities for masking sensitive information like eg. Banking data.
Static
Masks the given input string.
The sensitive info that should be masked.
The first and last two characters of the given string, with any chars in between being replaced with *.
Utilities for masking sensitive information like eg. Banking data.