简体   繁体   English

MVC应用层数据屏蔽

[英]Data masking in the application layer on MVC

Is it possible use data masking in the application layer?是否可以在应用层使用数据屏蔽? There are users in the app and there is a users table that keeps records.应用程序中有用户,并且有一个记录记录的用户表。 My application connects to the database with a single dba user.我的应用程序使用单个 dba 用户连接到数据库。 I can make data masking in the MS SQL Database.我可以在 MS SQL 数据库中进行数据屏蔽。 But, How can I do data masking for each users records in the application layer?但是,如何对应用层中的每个用户记录进行数据屏蔽?

But, How can I do data masking for each users records in the application layer?但是,如何对应用层中的每个用户记录进行数据屏蔽?

You can impersonate a different user to trigger Dynamic Data Masking, or configure the application to connect with a user that lacks the UNMASK permission.您可以模拟其他用户来触发动态数据屏蔽,或配置应用程序以与缺乏 UNMASK 权限的用户连接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM