I am working on a Electron/NodeJS application where i have a requirement wherein I have to create hashvalue which consist of all columns of a table.
I have done hasing for single password field like below and i don't have any experience how multiple columns hashing will work? Also if any column value changed on the sqlserver table, the hash should get invalidated. How can we do this?