Browse Communities
Start a Discussion
Share a Resource
Network with Peers
Hi Raj, Try this one: https://maskingdocs.delphix.com/Authoring_Extensible_Plugins/Introduction/ Looks like you need that last slash to make it work. Michael ------------------------------ Michael Torok Community Mgmt & Experience, Sr. Director Delphix ...
Hi Tino, Thanks for your information and the link which you provides is not working https://maskingdocs.delphix.com/Authoring_Extensible_Plugins/Introduction Could you please provide new Url. Thanks in advance Raj ------------------------------ ...
This depends if the "lastname" gets masked in the same table during same transaction or not. If you mask "lastname" then you can use a postscript for that table : update TABLE set keyword = lastname where name = null ; If you don't mask lastname you can ...
Hello everyone, I'm trying a masking job for a column that receives "cnpj - company code". I want to mask only the company code using a regex-decompose, but I get the following error: 2022-05-24 18:39:52, [thread] INFO com.dmsuite.dmsApplicator.masking.transformation.RunServiceImpl ...
Hi All, We got below masking requirement and we already checked existing algorithms in Delphix engine but that does not work for this requirement. If name field is not null, then do not mask keyword fields (it will already equal name). ...
Hello Nandkumar, the logic you are proposing is extremely insecure and I would strictly advise not to attempt to do that. If the sensitive data gets "stolen" it would take only minutes to reverse back to original. In any audition such a logic would ...
Hi, Under each segment there minimum value that can be treated for masking is 2. We are looking for Digit by Digit or Character by character by character masking. Hence Segment mapping will not work. Please see below example and please ...
Hi Nandkumar, Segment Mapping is an algorithm provided and built into the product, you can find more information here: https://maskingdocs.delphix.com/Securing_Sensitive_Data/Algorithms/Algorithm_Frameworks/Segment_Mapping/ Thanks, Michael ------------------------------ ...
Delphix Programmable Data Infrastructure Overview