JPDev@programming.dev to Software Gore@programming.dev · 1 year agoPassword must match the followingprogramming.devimagemessage-square51linkfedilinkarrow-up1432arrow-down14
arrow-up1428arrow-down1imagePassword must match the followingprogramming.devJPDev@programming.dev to Software Gore@programming.dev · 1 year agomessage-square51linkfedilink
minus-squareAggressivelyPassive@feddit.delinkfedilinkarrow-up17·1 year agoWe have a system that mails your password if you change it. It’s just for internal users, but still.
minus-squareMonument@lemmy.sdf.orglinkfedilinkEnglisharrow-up13·1 year agoThat means those suckers are either stored plaintext or stored with decryption key that is somewhere within the server. Yeesh.
minus-squareTja@programming.devlinkfedilinkarrow-up11·1 year ago“if you change it”. It might send the email before storing it as a salted hash in the DB. Unlikely, but possible.
We have a system that mails your password if you change it. It’s just for internal users, but still.
That means those suckers are either stored plaintext or stored with decryption key that is somewhere within the server. Yeesh.
“if you change it”. It might send the email before storing it as a salted hash in the DB. Unlikely, but possible.