ServiceNow Introduction to GlideEncrypter API | GlideEncrypter API with the use case
Hi All,Hope you are doing fine.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)
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
Hope you like this video. Please like and subscribe to my channel Technomonk to get such videos in the future.
Regards,Amit Gujarathi
(Technomonk)
https://www.servicenow.com/community/developer-articles/servicenow-introduction-to-glideencrypter-api-glideencrypter-api/ta-p/2301432
