I have several questions regarding the encryption module.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I have several questions regarding the encryption module.
1. Considering that the selected encryption algorithm or key length may become compromised in the future, is it possible to configure ServiceNow to allow for the replacement of cryptographic modules?
Additionally, is it possible to standardize the application interfaces for cryptographic modules in advance?
2.Can we switch to another secure cipher immediately when the current one becomes unusable?
Also, since vulnerabilities can arise depending on how the cipher is used (e.g., operating mode), is it possible to select a secure combination (e.g., algorithm + mode + key length)?
3.Is the ServiceNow cryptographic module certified based on ISO/IEC 19790?
4.The critical private keys used for decrypting encrypted data and performing digital signatures must be stored in tamper-resistant cryptographic modules to protect them from unauthorized tampering or access.
To what extent is ServiceNow's tamper resistance guaranteed?