Without using GlideEncrypter is it possible to encrypt or decrypt string?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2022 06:39 AM
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.
- Labels:
-
Multiple Versions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2022 06:46 AM
Hello Harshal,
Please check if the below link helps you :
Please mark this as helpful/correct, if it answer your question.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2022 08:17 AM
Yes, we have implemented that only, but I need something else with which I can encrypt and decrypt in local scope