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

<- View Parent
RonSijm@programming.dev ⁨1⁩ ⁨year⁩ ago

there is no possible way to handle sensitive data without storing it in memory at some point

Since we’re nitpicking here - technically you can. They could run hashing client side first, and instead of sending the password in plain-text, you’d send a hashed version

source
Sort:hotnewtop