ServiceNow Introduction to GlideEncrypter API | GlideEncrypter API with the use case
Import
·
Jul 11, 2023
·
article
Hi All,
I hope you're doing great.
In this video, We will be looking into the GlideEncrypter API.
- GlideEncrypter API is a ServiceNow API to encrypt and decrypts the data.
- The GlideEncrypter API uses the Triple-DES algorithm.
- GlideEncrypter()
- GlideEncrypter(String key)
- GlideEncrypter()
It has two functions which are as given below :
- decrypt(String encrypted string): Decrypts a clear string using the Triple-DES algorithm.
- encrypt(String clearString): Encrypts a clear string using the Triple-DES algorithm.
Topics for the tutorials:
- Introduction to the ServiceNow GlideEncrypter
- Advantages of the GlideEncrypter API
- Explanation of the functions encrypt function and decrypt functions
- Explanation of use case
- Demo
Please be sure to bookmark this article as well as mark it as Helpful if you thought it was helpful.
Regards,
Amit Gujarathi
View original source
https://www.servicenow.com/community/developer-articles/servicenow-introduction-to-glideencrypter-api-glideencrypter-api/ta-p/2373680