Without using GlideEncrypter is it possible to encrypt or decrypt string?

Harshal Sonawa1
Kilo Guru

The GlideEncrypter class is used in server scripts in the global scope.

Without using GlideEncrypter is it possible to encrypt or decrypt string?

How can encryption and decryption work in local scope app without using GlideEncrypter? I want ssomething which can be used in scoped app and GlideEncrypter works only in globalscope.

 

2 REPLIES 2

Mahendra RC
Mega Sage

Hello Harshal,

Please check if the below link helps you : 

https://community.servicenow.com/community?id=community_question&sys_id=23fdc7addb9cdbc01dcaf3231f96... 

Please mark this as helpful/correct, if it answer your question.

Thanks

Yes, we have implemented that only, but I need something  else with which I can encrypt and decrypt in local scope