Last updated
Last updated
The ProtectoVault object is instantiated with your tokenization key.
The input needs to consist of a list of masked text.
The unmask
method is then used to retrieve the original data from the previously masked result.
Let's take an example. If "George Williams" is masked as "wRePE302Qx vUc7DruuWm," and the user provides the second masked input, "vUc7DruuWm," the unmasked output should be "Williams."
The user can also submit a list of masked inputs, such as <masked value1>,<masked value2> etc to obtain the respective unmasked values.
Learn more by checking out the section on
Note:
To obtain the <auth token>
, please refer to the
Eg :
Code Snippet
Result:
For more comprehensive information about our product, kindly reach out to us through our website at .
In tokenization, unmasking is the procedure of reversing the masking process to recover the original sensitive data from its masked representation.