Question 1 out of 10

    What is the difference between tokenization and masking?

    Tokenization replaces sensitive data with a non-sensitive equivalent, while masking hides specific characters within the data.

    Tokenization and masking are both methods of protecting sensitive data, but they operate differently. Tokenization replaces sensitive data with a non-sensitive equivalent, while masking hides specific characters within the data.