zibri
    Preparing search index...

    Class MaskUtilitiesAbstract

    Utilities for masking sensitive information like eg. Banking data.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Masks the given input string.

      Parameters

      • input: string

        The sensitive info that should be masked.

      Returns string

      The first and last two characters of the given string, with any chars in between being replaced with *.