Generate the RSA-SHA1 signature for any Plain Text string using your RSA Key in XML format.
Included actions:
Added a new action to compute the HMAC-SHA1 signature as a Base64 encoded hash given a Key (Base64 encoded secret key) and an Input (Plain text string).
Added a Demo app to test the new HMACSAH1Sign action.