JADE Environment Development Ideas

What's new in the JADE 2025 release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED INTEGRATIONS. NEW WEB DEVELOPMENT FRAMEWORK

The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.


Start your update to JADE's latest release

Dynamic Data Masking

Dynamic data masking - limits sensitive data exposure by masking it to non-privileged users. It can be used to greatly simplify the design and coding of security in your application.

This is already available in MS SQL server.

https://docs.microsoft.com/en-us/sql/relational-databases/security/dynamic-data-masking?view=sql-server-ver15

Is it something that could benefit Jade, is this something that could be used at an application refresh level. IE when production data is copied into a Test application, key values automatically masked - accounts - phone numbers etc.

  • Phil Camp
  • May 5 2020
  • Future consideration
  • Attach files
  • Ty Baen-Price commented
    May 20, 2020 21:33

    This is only really useful in SQL Server when you haven't created some kind of role-based privilege system, and you're allowing custom queries to be run. I don't think this really helps in Testing systems, as you still want real data - albeit obfuscated.