You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some situations where you need to communicate to third-party systems which uses hashes (e.g. MD5, SHA1, etc.) to check the integrity of sent data.
The new crypto utility would provide functions like CREATE_HASH which accepts a byte array and a hash algorithm as parameters.