It’s not a bad idea and it is often done, just not in a browser/webapp context.
Comment on Larion Studios forum stores your passwords in unhashed plaintext.
vox@sopuli.xyz 1 year agohashing on client side is considered a bad idea and almost never done.
wim@lemmy.sdf.org 1 year ago
hotdoge42@feddit.de 1 year ago
Can you give an example where this is done?
wim@lemmy.sdf.org 1 year ago
HMAC relies on hashing of a shared secret for verifying authenticity and integrity of a message, for example.
sleepy555@lemmy.world 1 year ago
Really everytime you log in too.