Comment on Larion Studios forum stores your passwords in unhashed plaintext.

<- View Parent
poopsmith@lemmy.world ⁨1⁩ ⁨year⁩ ago

Maybe I’m misunderstanding you, but backend servers will almost always have the user-submitted password in plaintext as a variable, accessible to the backend server and any upstream proxies.

It’s even how it’s done in Lemmy. The bcrypt verify accepts the plaintext password and the salted hash.

source
Sort:hotnewtop