- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 09:36 PM
Hi All,
Question about ITOM discovery data and the database of ServiceNow instance.
As a customer requirement, the server's IP, hostname, and mac address should be encrypted when stored in database.
Is there a process to encrypt the discovery when it is stored in the database of the ServiceNow instance?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 11:13 PM
ServiceNow offers multiple encryption methods to enhance the security of your database.
- Field-level encryption: Encrypts specific fields to protect sensitive data.
- Table-level encryption: Encrypts entire tables for broader data protection.
- System-wide encryption: Encrypts the entire ServiceNow system for the highest level of security.
It appears that there have been changes since the Washington release, so please refer to the documentation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 11:13 PM
ServiceNow offers multiple encryption methods to enhance the security of your database.
- Field-level encryption: Encrypts specific fields to protect sensitive data.
- Table-level encryption: Encrypts entire tables for broader data protection.
- System-wide encryption: Encrypts the entire ServiceNow system for the highest level of security.
It appears that there have been changes since the Washington release, so please refer to the documentation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 12:13 AM
Great solution.
Thanks a lot.