what is the best algorithm for hashing stored users info on client-side on a web app
I have this scenario in a web app which I’m working on its client-side code(I’m building it with ReactJS):
I obtain user’s info
hash ’em
send it to the server for being authenticated
and when I get the result back
I have … Continue reading what is the best algorithm for hashing stored users info on client-side on a web app