Created on 08 August 2019
icon_unfollowing
Login to follow
regexmaskdata

RegExMaskData

Version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 08 August 2019 by 
regexmaskdata

RegExMaskData

Details
This is a C# extension that will mask email address or a simple string to mask sensitive data.
Read more

This is a C # extension that will mask the email address or a simple string to mask sensitive data.

Hide email address with * for GDPR reasons, for example.

If it is not an email address, the entire string will be masked as "******" or, if the first part before @ is less than four characters, the entire email will be masked and the result will be * @ *.
And for all other email addresses s*****e@dom***.com (first and last character for username and first 3 of domain plus suffix ".com", "with .br "and etc.)

For strings, will hide confidential data with * for GDPR reasons, for example. The new string will show the first 4 characters, such as "exam ***".


Release notes (1.0.0)
Reviews (0)
Category
Functional libraries & utilities, Security & authentication
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
RegExMaskData has no dependencies.
Application Objects
RegExMaskData has 0 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads