Search
#️⃣

Hash

This document describes Hash encryption in block coding.
Index

Hash Block

1) Hash

Convert the entered data to Hash format.
The available algorithms are md5, sha1, sha224, sha256, sha384, and sha512.
Example of using a block

2) Hash HMAC

Use to output the hash value with the algorithm you entered after generating the HMAC value.
The available algorithms are md5, sha1, sha224, sha256, sha384, and sha512.
Example of using a block
For a description of HMAC, please refer to the following link.