Does a masked variable value gets stored in servicenow?

Shraddha19
Tera Contributor
 
5 REPLIES 5

AshishKM
Kilo Patron
Kilo Patron

Hi @Shraddha19 , 

Yes, all data stored in ServiceNow database. 

 

refer 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0681163

 

-Thanks,

AshishKMishra

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

The point is Client wants to store in encrypted format but doesn't want ServiceNow to read it. So they want that even ServiceNow should not be able to access it from the backend.

Harish Bainsla
Kilo Patron
Kilo Patron

HI 

In ServiceNow, masked fields are typically used to hide sensitive information, such as passwords or other confidential data. When a field is marked as masked, it means that the actual value is obscured or encrypted and is not directly visible to users with regular access privileges.

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0681163

 

Is it visible or accessible from backend? Because according to requirement those are secret keys that even ServiceNow cannot view.