top of page

HLC-hash Generator
-
User Inputs:
-
Data Input: Users type the data to be hashed.
-
Expected Hash Input: Optionally, users can enter an expected hash value.
-
-
Buttons:
-
Generate HLC-Hash: Computes the HLC-Hash for the input data, stores it in the global variable currentHash, and displays it.
-
Validate HLC-Hash: Compares the stored currentHash with the expected hash and shows a success or failure message.
-
-
Result Display:
-
The result is shown in a dedicated area with styling for success (green) or failure (red).
-
How to use this
bottom of page