I have multiple strings (containing alphanumeric characters) such as:
- 523d33f0dc94a247536ea849b4834a77
- 12hjh89nd9009idfn90kkui897oiuwer23
- 3284uioen89ji89ji89ddf64f1f167678
And so on.
I want to convert these strings to a hash of less than or equal to 20 bytes. Is there a JS function which can do this? I am specifically looking for the output to be less than or equal to 20 bytes.