Question
Decrypt password in Service
Hi guys,
I have a password as a property on a thing. I however need the password to run a service.
Where or how do I generate the key required to decrypt the password with the decrypt service in the EncryptionServices resource?
var result = Resources["EncryptionServices"].DecryptWithKey({
data: "" /* STRING */,
key: "" /* STRING */
});

