- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2017 05:55 AM
Hello Experts,
Need your help again.
We are planning to encrypt certain fields which contains sensitive data so i have gone through many threads for this encryption, well in WIKI read that encryption.But still new to this area and need guidance how to proceed. Can someone help me how do i proceed :
Say example: in Incident table , we have a field credit card number...and this needs to be encrypted.
Can anyone please guide me the simple way how to proceed .
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2017 05:57 AM
You have a couple options in this.
You might also want to look at Edge Encryption if you want to ensure the data is encrypted at rest as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2018 12:37 AM
Hi Chuck,
i have implemented "Encrypted text field" in my instance and was able to limit the users to view the fields by adding them with roles(assigned encryption context).
My query here is, Is there any work around approach where users without "encryption context" can atleast view fields in which their own personal information. [Example: Email ID field is encrypted and "User A" has no encrypted context but still only for that field i want to grant access for him].
please let me know if this is poosible or not.
Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2018 07:04 PM
The way encryption contexts are implemented today is by role. I don't see a way to script something or use field values like User Criteria can.
I invite you to open an enhancement request! Our product managers DO listen.
Enhancement requests: Tell us how you would improve the ServiceNow product
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2018 04:56 PM
does field encryption only works with text/string type fields? Can this work with other field types like currency?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2018 07:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2018 10:38 PM
Hi Aman,
How about using Edge Encryption, will it be able to support currency fields?
Thanks