Question
Decrypting Property Value
Hi ThingWorx Enthusiast,
Which service, resource to use to decrypt the property value which is encrypted using below snippet?
var params = {
data: "<Some_Value>" /* STRING */
};
// result: STRING
var result = Resources["EncryptionServices"].EncryptPropertyValue(params);
I didn't find relevant decrypt service under EncryptionServices resource and wonder how to get back the original value.
Thanks,
Shirish

