structured-text-utilities icon indicating copy to clipboard operation
structured-text-utilities copied to clipboard

Create crypto utility (e.g. to create hashes)

Open andyruckstuhl opened this issue 4 years ago • 0 comments

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.

andyruckstuhl avatar Aug 21 '19 12:08 andyruckstuhl