Servicenow - encrypt a field using encryption context
Servicenow – encrypt a field using encryption context
I wanted to encrypt a field by using encryption context and de-encrypt it. Below are the setups and scripts to test it. I am using ‘admin’ rights.
UI Macro:
Plugin:
At Table structure:
At the form, I can view field (cipher) as string, showing encryption context table sys_id. This can update and sys_id over there.
Below will be the script:
var contextGR = new…
View On WordPress
















