logo

NJP

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)

It has two functions which are as given below :

  1. decrypt(String encrypted string): Decrypts a clear string using the Triple-DES algorithm.
  2. 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

Technomonk Youtube

Amit Gujarathi Linkedin

TheTechnomonk.com

ServiceNow Community Amit Gujarathi

View original source

https://www.servicenow.com/community/developer-articles/servicenow-introduction-to-glideencrypter-api-glideencrypter-api/ta-p/2373680