Organize data targeted to be protected by creating a model using classes and properties. One pair of classes and property defines one data instance.
The data you are going to transform are numbers, texts, dates,
images, etc. They are called data entities. Data entities are values of {class, properties}
data instances
you will send to RPS Engine APIs in order to be transformed (encrypt,
decrypt, anonymize, tokenize, ...)
Examples of data instances and their values (data entities) are:#
{customer, name} | Laura, John, ... |
{transaction, amount} | 12'450 CHF, 230 EUR, ... |
{address, city} | Rome, Paris, ... |
{account, IBAN} | ES7921000813610123456789, ... |