2021-07-27

data masking in postgresql 13 [closed]

How to mask one column data in PostgreSQL 13?

Suppose I have fields like Name, addr, account_number and salary. I want to mask account_number and salary so that it will not be visible to any one.

Masked column should represent its value as XXXXX or **** or any hashing format that are not readable.

I also want new entries made into this table to automatically mask.



from Recent Questions - Stack Overflow https://ift.tt/3zCHcMD
https://ift.tt/eA8V8J

No comments:

Post a Comment