ONLINE HASH GENERATOR TIGER128,3
Source string specification form
Specify the source string in this form, then click on the button GENERATE
Result Form
This form will show the result of generating the source string in TIGER128,3
WHAT IS A HASHING ALGORITHM A TIGER128,3
TIGER128,3 is a message hash algorithm that uses the TIGER hash function with a hash size of 128 bits and a cycle count parameter of 3.
Hash functions are used to convert arbitrary data (messages) of any length into a fixed hash code of a certain length. At the same time, even a small change in the input data leads to a significant change in the hash code, which makes it impossible to obtain the original data from the hash code.
TIGER is a cryptographically strong hash function and is widely used for digital signature, data integrity and Internet security purposes. Parameter 128 means that the hash code size is 128 bits, and parameter 3 indicates the number of cycles that the hash function should perform. The more cycles, the more difficult it is to attack the hash function and get collisions (two different messages that have the same hash code).