- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
06-28-2022 01:09 AM - edited 10-11-2022 02:20 AM
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)