SHA256 hashing in ThingWorx service
For a service I need to compare a SHA256 hashed value with a value of a ThingWorx property.
As ThingWorx only knows the actual value, I need to SHA256 it to be able to compare it to the value I receive.
Is there a built-in service that can do this?
I have only seen EncryptionServices which don't really help, as I am not interested in Encryption but only Hashing. Ideally I wouldn't want to move this out to an external library (or Java-SDK service).

