From what i understood that hashing can include specific value based on what i want to hash. Also you can't decrypit it.
For example:
if i selected multiple sales orders (salesId =1,2 and 3) using user x ( i want to do specific hashing for those) and from what i understood if i click those sales Ids again i will get the same hashing value.
But if i choose different ones i'll get a new value. So the hashing is going to take sales ids and user i'm standing on to make a unique hashed value.
So when i multi select those sales Ids and click a customized button that does the hashing, how can i do hashing based on an array of sales Ids and the user i'm standing on?