Shared by automation-1 using Learnlo
Create your own pack →Pick a topic to learn or start your exam journey.
0/15 topics mastered
Tokenization (in data security) is the process of replacing sensitive data with a non-sensitive surrogate value called a token. The token has no intrinsic or exploitable meaning by itself and acts as an identifier that can be mapped back to the original sensitive data only through a dedicated tokenization system. This mapping is designed to be infeasible to reverse without access to the system’s secure resources, typically using one-way cryptographic functions or random generation, and the system stores the token-to-sensitive-data relationship in a protected “vault.” The security purpose of tokenization is to reduce risk by minimizing exposure of sensitive information to applications, databases, people, and processes that do not need the original data. Systems can operate using tokens instead of live data, while only a small set of trusted, strictly controlled applications may detokenize when necessary. Tokenization is commonly used in payment card processing (e.g., replacing a PAN with a token) and is often combined with end-to-end encryption to protect data across its lifecycle, supporting compliance goals such as PCI DSS. The effectiveness of tokenization depends heavily on securing the tokenization system itself (logical isolation, segmentation, strong key management, validation, and independent security assessment) and on ensuring tokens cannot be feasibly reversed through attacks, cryptanalysis, side channels, or brute force.
0/2 modes complete
0/2 modes complete