Cabrio@lemmy.world to Games@lemmy.worldEnglish · 2 years agoLarion Studios forum stores your passwords in unhashed plaintext.lemmy.worldimagemessage-square218fedilinkarrow-up1474arrow-down1153file-text
arrow-up1321arrow-down1imageLarion Studios forum stores your passwords in unhashed plaintext.lemmy.worldCabrio@lemmy.world to Games@lemmy.worldEnglish · 2 years agomessage-square218fedilinkfile-text
Larion Studios forum stores your passwords in unhashed plaintext. Don’t use a password there that you’ve used anywhere else.
minus-squareCabrio@lemmy.worldOPlinkfedilinkEnglisharrow-up1arrow-down2·edit-22 years agoYou encrypt the datastream from the text input on the client side before storing it in a variable. It’s not rocket science. I did this shit 20 years ago. Letting a plaintext password leave the user client is fucking stupid.
You encrypt the datastream from the text input on the client side before storing it in a variable. It’s not rocket science. I did this shit 20 years ago. Letting a plaintext password leave the user client is fucking stupid.