3 Comments

Nice article, could you pls elaborate "masking" with some real time examples ? mainly interested in "How-to" of implementation.

Expand full comment

Nice article, could you pls elaborate "masking" with some real time examples ? mainly interested in "How-to" of implementation.

Expand full comment

Thanks for your comment!

Masking is processing of data abstraction. There are various tools available for data masking.

Eg. Snowflake &Azure has Dynamic Data Masking capabilities.

You can also write custom code to mask the data. You just need to replace the data with any abstract value. Eg Replace customer mobile numbers with all 0s in data.

Hope this helps! Thanks for reading

Expand full comment