Top "Data-masking" questions

Data masking is a method of protecting or hiding data with place-holder or random characters, such as the mask used on a password entry field.

Implement an input with a mask

I would like to implement a mask for a text input field which accepts a date. The masked value should …

html date input mask data-masking
How to get the jQuery MaskedInput unmask() function to work properly?

I am trying to have one input on my page that I would like to have a U.S. phone …

jquery jquery-plugins maskedtextbox data-masking
Character mask output data on select

I'm using SQL Server 2008. I would like to character mask the output data of a query. This is my data …

sql sql-server sql-server-2008 tsql data-masking
Mask sensitive data in logs with logback

I need to be able to search an event for any one of a number of patterns and replace the …

logback data-masking
Data masking in Oracle SQL select statement

Without using PL/SQL, is it possible to do data masking in SELECT statement? For example: (AS-IS) SELECT 'this is …

sql oracle data-masking
How To mask personal identification information using any language like java?

I want to mask PII(personal Identification Information) like Name. Birth Date, SSN, Credit card Number, Phone Number, etc. It …

java encryption privacy data-masking
Masking sensitive data before getting logged - log4j

For logging purposes, instead of using toString() method, Jackson's writeValueAsString(object) method has been used in the project I have …

java log4j log4j2 data-masking