data-masking Questions
7
Solved
Hey guy's I tried to find a way to hide a string, but the code that I found just work with my application... Is there a way to hide the characters in a string with either * or - and if there is can...
Evapotranspiration asked 27/8, 2012 at 19:25
10
Solved
I'm using SQL Server 2008.
I would like to character mask the output data of a query.
This is my data from a column on a table when doing a select:
column1
384844033434
743423547878
111224678...
Skein asked 12/12, 2012 at 21:22
6
Solved
I need to be able to search an event for any one of a number of patterns and replace the text in the pattern with a masked value. This is a feature in our application intended to prevent sensitive ...
Grous asked 13/8, 2014 at 4:13
8
Solved
I am trying to have one input on my page that I would like to have a U.S. phone number mask by default. If a end user clicks a checkbox specifing they would like to enter a International phone numb...
Ulrich asked 5/4, 2010 at 19:17
9
I would like to implement a mask for a text input field which accepts a date. The masked value should display directly inside of the input.
Something like this:
<input type='text' value='____/...
Overdose asked 25/9, 2012 at 7:53
3
Solved
a <- c("this is a number 9999333333 and i got 12344")
How could i replace the number greater than 5 digits with the extra digits being "X"
Expected Output:
"this is a n...
Execrable asked 7/9, 2020 at 12:18
1
In SQL Server 2016 or SQL Azure, there is a feature called Dynamic Data Masking. However, it only has 4 types of masks. Is it possible to create custom mask functions? And how can I do this? I want...
Buckeye asked 21/8, 2017 at 3:35
1
Solved
I have an xarray DataArray which contains data from multiple days. I am able to mask it using the .where function for one condition, but I'd like to make all values over a certain value 1 and all v...
Midwife asked 15/1, 2019 at 11:32
1
Solved
I am in the process of masking some data in a SQL Server 2017 database. I have masked a column with this statement:
ALTER TABLE lEmployee
ALTER COLUMN FirstName nvarchar(160)
MASKED WITH (FUNCT...
Eal asked 17/11, 2017 at 6:54
2
Solved
I have an AWS RDS (AuroraDB) and I want to mask the data on the DB. Does Amazon provides any service for data masking?
I have seen RDS encryption but I am looking for data masking because t...
Sinistrorse asked 7/11, 2017 at 12:26
1
I have a problem to validate data- mask.
<strike><input type="text" data-mask="a-99999999-9"></strike>
I need you where going "a" only become available the letters " VEJPG ".
...
Marseilles asked 30/4, 2015 at 8:30
1
© 2022 - 2024 — McMap. All rights reserved.