Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Need to encrypt decrypt password

servicenow14710
Tera Expert

Hello developers, i Need to encrypt decrypt password which is of password2 type using glide element.as glide encrypter is depricated.Any help is appreciated, Thanks!

4 REPLIES 4

Jake Sadler
Kilo Sage

yes but its showing finding while scanning update set as glide encrypter is deprecated, Thanks!

Amit Verma
Kilo Patron
Kilo Patron

Hi @servicenow14710 

 

Are you storing the password in password2 type system property ? If yes, you can decrypt it using 

var password = gs.getProperty('name of your sys property);

 

Thanks and Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.