Computes the hash for the given string and returns it as hex string.
If the browser does not support the given algorithm the jsSHA library will be used as a fallback.
In this case utils.wcfLibsPath has to be defined.
Note: If chrome is used with a non-secure connection jsSHA will be always used.
Computes the hash for the given string and returns it as hex string. If the browser does not support the given algorithm the
jsSHA
library will be used as a fallback. In this caseutils.wcfLibsPath
has to be defined. Note: If chrome is used with a non-secure connectionjsSHA
will be always used.