Data tokenization formats and other behavior issues like equality and fidelity.

PII tokenization is a way of protecting Personally Identifiable Information (PII) with similar impacts as field-level encryption but without the overhead of key management or rotation.  Tokenization and Encryption both have an impact on data equality checking inside applications and on the fidelity of the data. Plaintext data can be searched and matched us case-sensitive or case-insensitive techniques. Tokenization and Encryption make that impossible because the data is transformed into a form where the case and punctuation are embedded in the data blob.  We can transform the data to a canonical form prior to tokenization.  That makes equality matches easy but makes it difficult to return the originally formatted value because the token/encryption had to same case or character set prior to tokenization in the source data.

Video Presentation 

Slides and Speaker Notes

Slides are provided here for Video reference.

Speaker notes to be added

Speaker notes to be added

Speaker notes to be added

Speaker notes to be added

Speaker notes to be added

Speaker notes to be added

Speaker notes to be added

Speaker notes to be added

Speaker notes to be added

Speaker notes to be added

Speaker notes to be added

Revision History

Created 2023 03 15

Comments

Popular posts from this blog

Understanding your WSL2 RAM and swap - Changing the default 50%-25%

Installing the RNDIS driver on Windows 11 to use USB Raspberry Pi as network attached

DNS for Azure Point to Site (P2S) VPN - getting the internal IPs